summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/reboot-mode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/reboot-mode.h b/include/linux/reboot-mode.h
index 92a1da7b55..bc57f1d72d 100644
--- a/include/linux/reboot-mode.h
+++ b/include/linux/reboot-mode.h
@@ -11,6 +11,7 @@ struct reboot_mode_driver {
struct device_d *dev;
int (*write)(struct reboot_mode_driver *reboot, u32 magic);
int priority;
+ bool no_fixup;
/* filled by reboot_mode_register */
int reboot_mode_prev, reboot_mode_next;