diff options
Diffstat (limited to 'include/linux/reboot.h')
-rw-r--r-- | include/linux/reboot.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/reboot.h b/include/linux/reboot.h index 67fc8fcdc4b0..a7ff409f386d 100644 --- a/include/linux/reboot.h +++ b/include/linux/reboot.h | |||
@@ -70,7 +70,8 @@ void ctrl_alt_del(void); | |||
70 | #define POWEROFF_CMD_PATH_LEN 256 | 70 | #define POWEROFF_CMD_PATH_LEN 256 |
71 | extern char poweroff_cmd[POWEROFF_CMD_PATH_LEN]; | 71 | extern char poweroff_cmd[POWEROFF_CMD_PATH_LEN]; |
72 | 72 | ||
73 | extern int orderly_poweroff(bool force); | 73 | extern void orderly_poweroff(bool force); |
74 | extern void orderly_reboot(void); | ||
74 | 75 | ||
75 | /* | 76 | /* |
76 | * Emergency restart, callable from an interrupt handler. | 77 | * Emergency restart, callable from an interrupt handler. |