#ifndef _KERNEL_SYS_SCHED_H #define _KERNEL_SYS_SCHED_H #include #include void do_sched (struct proc* proc, spin_lock_t* cpu_lock, spin_lock_ctx_t* ctxcpu); #endif // _KERNEL_SYS_SCHED_H