reboot: arm: change reboot_mode to use enum reboot_mode
[deliverable/linux.git] / include / linux / reboot.h
index ca29a6ffc08efda5273928c8152b35b2c468c76a..5a5d7f7e81b79fa83ca4b9410ff898beb79b5f07 100644 (file)
@@ -15,6 +15,7 @@ enum reboot_mode {
        REBOOT_WARM,
        REBOOT_HARD,
        REBOOT_SOFT,
+       REBOOT_GPIO,
 };
 
 extern int register_reboot_notifier(struct notifier_block *);
This page took 0.028772 seconds and 5 git commands to generate.