File: /boot/kernel.h

1     /* This file is automatically generated at boot time. */
2     #ifndef __BOOT_KERNEL_H_
3     #define __BOOT_KERNEL_H_
4     
5     /* Kernel type i686 */
6     
7     #ifndef __MODULE_KERNEL_i686
8     #define __MODULE_KERNEL_i686 1
9     #endif
10     
11     #ifndef __BOOT_KERNEL_ENTERPRISE
12     #define __BOOT_KERNEL_ENTERPRISE 0
13     #endif
14     
15     #ifndef __BOOT_KERNEL_SMP
16     #define __BOOT_KERNEL_SMP 0
17     #endif
18     
19     #ifndef __BOOT_KERNEL_UP
20     #define __BOOT_KERNEL_UP 1
21     #endif
22     
23     #endif
24