diff options
Diffstat (limited to 'src/arch/x86/include/bits/mp.h')
-rw-r--r-- | src/arch/x86/include/bits/mp.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/arch/x86/include/bits/mp.h b/src/arch/x86/include/bits/mp.h new file mode 100644 index 000000000..fe466b099 --- /dev/null +++ b/src/arch/x86/include/bits/mp.h @@ -0,0 +1,12 @@ +#ifndef _BITS_MP_H +#define _BITS_MP_H + +/** @file + * + * x86-specific multiprocessor API implementation + * + */ + +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +#endif /* _BITS_MP_H */ |