1570af302Sopenharmony_ci#include <sys/reboot.h> 2570af302Sopenharmony_ci#include "syscall.h" 3570af302Sopenharmony_ci 4570af302Sopenharmony_ciint __reboot(int type) 5570af302Sopenharmony_ci{ 6570af302Sopenharmony_ci return syscall(SYS_reboot, RB_MAGIC1, RB_MAGIC2, type); 7570af302Sopenharmony_ci} 8570af302Sopenharmony_ciweak_alias(__reboot, reboot); 9