Linux Kernel
3.7.1
|
Go to the source code of this file.
Enumerations | |
enum | reboot_type { BOOT_TRIPLE = 't', BOOT_KBD = 'k', BOOT_BIOS = 'b', BOOT_ACPI = 'a', BOOT_EFI = 'e', BOOT_CF9 = 'p', BOOT_CF9_COND = 'q' } |
Functions | |
void | machine_emergency_restart (void) |
Variables | |
enum reboot_type | reboot_type |
enum reboot_type |
Definition at line 4 of file emergency-restart.h.
enum reboot_type reboot_type |