diff options
Diffstat (limited to 'include/linux/reboot.h')
-rw-r--r-- | include/linux/reboot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/reboot.h b/include/linux/reboot.h index 37d56c356a06..ca29a6ffc08e 100644 --- a/include/linux/reboot.h +++ b/include/linux/reboot.h | |||
@@ -13,6 +13,8 @@ | |||
13 | enum reboot_mode { | 13 | enum reboot_mode { |
14 | REBOOT_COLD = 0, | 14 | REBOOT_COLD = 0, |
15 | REBOOT_WARM, | 15 | REBOOT_WARM, |
16 | REBOOT_HARD, | ||
17 | REBOOT_SOFT, | ||
16 | }; | 18 | }; |
17 | 19 | ||
18 | extern int register_reboot_notifier(struct notifier_block *); | 20 | extern int register_reboot_notifier(struct notifier_block *); |