]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/input/lib/include/linux/reboot.h
Inital import
[l4.git] / l4 / pkg / input / lib / include / linux / reboot.h
1 #ifndef _LINUX_REBOOT_H
2 #define _LINUX_REBOOT_H
3
4 #include <linux/notifier.h>
5
6 static inline int register_reboot_notifier(struct notifier_block *n)
7 {
8         return 0;
9 }
10 static inline int unregister_reboot_notifier(struct notifier_block *n)
11 {
12         return 0;
13 }
14
15 #endif
16