Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgent
[deliverable/linux.git] / arch / x86 / include / asm / emergency-restart.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_EMERGENCY_RESTART_H
2#define _ASM_X86_EMERGENCY_RESTART_H
7c903473 3
de18c850
HY
4enum reboot_type {
5 BOOT_TRIPLE = 't',
6 BOOT_KBD = 'k',
4d022e35
MB
7#ifdef CONFIG_X86_32
8 BOOT_BIOS = 'b',
9#endif
de18c850 10 BOOT_ACPI = 'a',
14d7ca5c
PA
11 BOOT_EFI = 'e',
12 BOOT_CF9 = 'p',
13 BOOT_CF9_COND = 'q',
de18c850
HY
14};
15
16extern enum reboot_type reboot_type;
17
4a1421f8 18extern void machine_emergency_restart(void);
7c903473 19
1965aae3 20#endif /* _ASM_X86_EMERGENCY_RESTART_H */
This page took 0.346881 seconds and 5 git commands to generate.