Go to the documentation of this file. 1 #ifndef _LINUX_REBOOT_H
2 #define _LINUX_REBOOT_H
8 #define SYS_DOWN 0x0001
9 #define SYS_RESTART SYS_DOWN
10 #define SYS_HALT 0x0002
11 #define SYS_POWER_OFF 0x0003
41 #define POWEROFF_CMD_PATH_LEN 256
51 #include <asm/emergency-restart.h>