blob: 49aa47a8040ffa1f62a65de8cb56028e543505ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* Public domain. */
#ifndef _LINUX_REBOOT_H
#define _LINUX_REBOOT_H
#define register_reboot_notifier(x)
#define unregister_reboot_notifier(x)
#define SYS_RESTART 0
#endif
|