aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/reboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/reboot.h')
-rw-r--r--include/linux/reboot.h2
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 @@
13enum reboot_mode { 13enum 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
18extern int register_reboot_notifier(struct notifier_block *); 20extern int register_reboot_notifier(struct notifier_block *);