diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/include/asm/emergency-restart.h')
-rw-r--r-- | ANDROID_3.4.5/arch/x86/include/asm/emergency-restart.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ANDROID_3.4.5/arch/x86/include/asm/emergency-restart.h b/ANDROID_3.4.5/arch/x86/include/asm/emergency-restart.h deleted file mode 100644 index cc70c1c7..00000000 --- a/ANDROID_3.4.5/arch/x86/include/asm/emergency-restart.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef _ASM_X86_EMERGENCY_RESTART_H -#define _ASM_X86_EMERGENCY_RESTART_H - -enum reboot_type { - BOOT_TRIPLE = 't', - BOOT_KBD = 'k', -#ifdef CONFIG_X86_32 - BOOT_BIOS = 'b', -#endif - BOOT_ACPI = 'a', - BOOT_EFI = 'e', - BOOT_CF9 = 'p', - BOOT_CF9_COND = 'q', -}; - -extern enum reboot_type reboot_type; - -extern void machine_emergency_restart(void); - -#endif /* _ASM_X86_EMERGENCY_RESTART_H */ |