#ifndef _SYS_REBOOT_H #define _SYS_REBOOT_H #include /* Reboot or halt the system. */ int reboot (int flag, void *arg); #endif /* _SYS_REBOOT_H */