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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/reboot.h b/include/linux/reboot.h
index ca29a6ffc08e..5a5d7f7e81b7 100644
--- a/include/linux/reboot.h
+++ b/include/linux/reboot.h
@@ -15,6 +15,7 @@ enum reboot_mode {
REBOOT_WARM,
REBOOT_HARD,
REBOOT_SOFT,
+ REBOOT_GPIO,
};
extern int register_reboot_notifier(struct notifier_block *);