aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/emergency-restart.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/emergency-restart.h')
-rw-r--r--arch/x86/include/asm/emergency-restart.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/include/asm/emergency-restart.h b/arch/x86/include/asm/emergency-restart.h
index 94826cf8745..cc70c1c78ca 100644
--- a/arch/x86/include/asm/emergency-restart.h
+++ b/arch/x86/include/asm/emergency-restart.h
@@ -8,7 +8,9 @@ enum reboot_type {
BOOT_BIOS = 'b',
#endif
BOOT_ACPI = 'a',
- BOOT_EFI = 'e'
+ BOOT_EFI = 'e',
+ BOOT_CF9 = 'p',
+ BOOT_CF9_COND = 'q',
};
extern enum reboot_type reboot_type;