diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ static const int RB_ENABLE_CAD = 0x89abcdef; | |||
85 | static const int RB_DISABLE_CAD = 0; | 85 | static const int RB_DISABLE_CAD = 0; |
86 | #define RB_POWER_OFF 0x4321fedc | 86 | #define RB_POWER_OFF 0x4321fedc |
87 | static const int RB_AUTOBOOT = 0x01234567; | 87 | static const int RB_AUTOBOOT = 0x01234567; |
88 | #endif | ||
88 | 89 | ||
89 | #if __GNU_LIBRARY__ > 5 | 90 | #if __GNU_LIBRARY__ > 5 |
90 | #include <sys/reboot.h> | 91 | #include <sys/reboot.h> |