Blame sysdeps/generic/sys/reboot.h

Packit 6c4009
/* This file should define RB_* macros to be used as flag
Packit 6c4009
   bits in the argument to the `reboot' system call.  */
Packit 6c4009
Packit 6c4009
#ifndef _SYS_REBOOT_H
Packit 6c4009
#define _SYS_REBOOT_H
Packit 6c4009
Packit 6c4009
#define RB_AUTOBOOT	0
Packit 6c4009
Packit 6c4009
#endif	/* <sys/reboot.h> */