#include #include #include int reboot(int what) { int ret, errno; SYSCALL2(SYSCALL_REBOOT, what, 0); return ret; }