xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [diff] [blame^] | 1 | /* This file should define RB_* macros to be used as flag |
2 | bits in the argument to the `reboot' system call. */ | ||||
3 | |||||
4 | #ifndef _SYS_REBOOT_H | ||||
5 | #define _SYS_REBOOT_H | ||||
6 | |||||
7 | #define RB_AUTOBOOT 0 | ||||
8 | |||||
9 | #endif /* <sys/reboot.h> */ |