aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/notifier.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/notifier.h b/include/linux/notifier.h
index bd3788084fa9..6ec7e21a3699 100644
--- a/include/linux/notifier.h
+++ b/include/linux/notifier.h
@@ -240,5 +240,7 @@ static inline int notifier_to_errno(int ret)
240#define KBD_KEYSYM 0x0004 /* Keyboard keysym */ 240#define KBD_KEYSYM 0x0004 /* Keyboard keysym */
241#define KBD_POST_KEYSYM 0x0005 /* Called after keyboard keysym interpretation */ 241#define KBD_POST_KEYSYM 0x0005 /* Called after keyboard keysym interpretation */
242 242
243extern struct blocking_notifier_head reboot_notifier_list;
244
243#endif /* __KERNEL__ */ 245#endif /* __KERNEL__ */
244#endif /* _LINUX_NOTIFIER_H */ 246#endif /* _LINUX_NOTIFIER_H */