Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions | Variables
emergency-restart.h File Reference

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
 

Enumeration Type Documentation

Enumerator:
BOOT_TRIPLE 
BOOT_KBD 
BOOT_BIOS 
BOOT_ACPI 
BOOT_EFI 
BOOT_CF9 
BOOT_CF9_COND 

Definition at line 4 of file emergency-restart.h.

Function Documentation

void machine_emergency_restart ( void  )

Definition at line 714 of file reboot.c.

Variable Documentation

Definition at line 40 of file reboot.c.