aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/bootparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/bootparam.h')
-rw-r--r--include/asm-x86/bootparam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/bootparam.h b/include/asm-x86/bootparam.h
index f62f4733606b..3e36ba8f288b 100644
--- a/include/asm-x86/bootparam.h
+++ b/include/asm-x86/bootparam.h
@@ -40,6 +40,7 @@ struct setup_header {
40 __u8 type_of_loader; 40 __u8 type_of_loader;
41 __u8 loadflags; 41 __u8 loadflags;
42#define LOADED_HIGH (1<<0) 42#define LOADED_HIGH (1<<0)
43#define QUIET_FLAG (1<<5)
43#define KEEP_SEGMENTS (1<<6) 44#define KEEP_SEGMENTS (1<<6)
44#define CAN_USE_HEAP (1<<7) 45#define CAN_USE_HEAP (1<<7)
45 __u16 setup_move_size; 46 __u16 setup_move_size;