]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-x86/emergency-restart.h
x86: reboot_{32|64}.c unification
[karo-tx-linux.git] / include / asm-x86 / emergency-restart.h
index 54189084462ae52c60e5e09becdd07c2612c3526..8e6aef19f8f02ce8be4edf1cf346ac9b257aaa77 100644 (file)
@@ -4,6 +4,9 @@
 enum reboot_type {
        BOOT_TRIPLE = 't',
        BOOT_KBD = 'k',
+#ifdef CONFIG_X86_32
+       BOOT_BIOS = 'b',
+#endif
        BOOT_ACPI = 'a',
        BOOT_EFI = 'e'
 };