Files
mop3/kernel/sys/sched.h
kamkow1 c8fb575bdd
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 2m7s
Build documentation / build-and-deploy (push) Successful in 39s
Change formatting rules
2026-04-24 01:54:48 +02:00

10 lines
191 B
C

#ifndef _KERNEL_SYS_SCHED_H
#define _KERNEL_SYS_SCHED_H
#include <libk/std.h>
#include <proc/proc.h>
void do_sched(struct proc* proc, spin_lock_t* cpu_lock);
#endif // _KERNEL_SYS_SCHED_H