diff options
Diffstat (limited to 'arch/x86/include/asm/bootparam.h')
-rw-r--r-- | arch/x86/include/asm/bootparam.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/bootparam.h b/arch/x86/include/asm/bootparam.h index 8e6218550e77..e020d88ec02d 100644 --- a/arch/x86/include/asm/bootparam.h +++ b/arch/x86/include/asm/bootparam.h | |||
@@ -12,6 +12,7 @@ | |||
12 | /* setup data types */ | 12 | /* setup data types */ |
13 | #define SETUP_NONE 0 | 13 | #define SETUP_NONE 0 |
14 | #define SETUP_E820_EXT 1 | 14 | #define SETUP_E820_EXT 1 |
15 | #define SETUP_DTB 2 | ||
15 | 16 | ||
16 | /* extensible setup data list node */ | 17 | /* extensible setup data list node */ |
17 | struct setup_data { | 18 | struct setup_data { |
@@ -124,6 +125,7 @@ enum { | |||
124 | X86_SUBARCH_LGUEST, | 125 | X86_SUBARCH_LGUEST, |
125 | X86_SUBARCH_XEN, | 126 | X86_SUBARCH_XEN, |
126 | X86_SUBARCH_MRST, | 127 | X86_SUBARCH_MRST, |
128 | X86_SUBARCH_CE4100, | ||
127 | X86_NR_SUBARCHS, | 129 | X86_NR_SUBARCHS, |
128 | }; | 130 | }; |
129 | 131 | ||