patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / linux / reboot.h
index b73b84d..d60fafc 100644 (file)
@@ -22,6 +22,7 @@
  * POWER_OFF   Stop OS and remove all power from system, if possible.
  * RESTART2    Restart system using given command string.
  * SW_SUSPEND  Suspend system using software suspend if compiled in.
+ * KEXEC       Restart system using a previously loaded Linux kernel
  */
 
 #define        LINUX_REBOOT_CMD_RESTART        0x01234567
@@ -31,6 +32,7 @@
 #define        LINUX_REBOOT_CMD_POWER_OFF      0x4321FEDC
 #define        LINUX_REBOOT_CMD_RESTART2       0xA1B2C3D4
 #define        LINUX_REBOOT_CMD_SW_SUSPEND     0xD000FCE2
+#define        LINUX_REBOOT_CMD_KEXEC          0x45584543
 
 
 #ifdef __KERNEL__