#ifndef SYSCALL_SCHED_H_ #define SYSCALL_SCHED_H_ #include #include #include "syscall/syscall.h" int32_t SYSCALL0(sys_schedrelease); int32_t SYSCALL1(sys_schedsleep, ms1); #endif // SYSCALL_SCHED_H_