diff options
Diffstat (limited to 'include/asm-x86/emergency-restart.h')
-rw-r--r-- | include/asm-x86/emergency-restart.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-x86/emergency-restart.h b/include/asm-x86/emergency-restart.h index 680c39563345..54189084462a 100644 --- a/include/asm-x86/emergency-restart.h +++ b/include/asm-x86/emergency-restart.h | |||
@@ -1,6 +1,15 @@ | |||
1 | #ifndef _ASM_EMERGENCY_RESTART_H | 1 | #ifndef _ASM_EMERGENCY_RESTART_H |
2 | #define _ASM_EMERGENCY_RESTART_H | 2 | #define _ASM_EMERGENCY_RESTART_H |
3 | 3 | ||
4 | enum reboot_type { | ||
5 | BOOT_TRIPLE = 't', | ||
6 | BOOT_KBD = 'k', | ||
7 | BOOT_ACPI = 'a', | ||
8 | BOOT_EFI = 'e' | ||
9 | }; | ||
10 | |||
11 | extern enum reboot_type reboot_type; | ||
12 | |||
4 | extern void machine_emergency_restart(void); | 13 | extern void machine_emergency_restart(void); |
5 | 14 | ||
6 | #endif /* _ASM_EMERGENCY_RESTART_H */ | 15 | #endif /* _ASM_EMERGENCY_RESTART_H */ |