import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / reboot.h
index 23b36304cd881bb77bfb0ca092b0e4346b88d87d..a883888bec9f1ecda5306f7e930d01ed7533c9c4 100644 (file)
 #define SYS_HALT       0x0002  /* Notify of system halt */
 #define SYS_POWER_OFF  0x0003  /* Notify of system power off */
 
+enum reboot_mode {
+       REBOOT_COLD = 0,
+       REBOOT_WARM,
+       REBOOT_HARD,
+       REBOOT_SOFT,
+       REBOOT_GPIO,
+};
+
 extern int register_reboot_notifier(struct notifier_block *);
 extern int unregister_reboot_notifier(struct notifier_block *);