Files
mop3/kernel/sys/sched.h
kamkow1 e52268cd8e
All checks were successful
Build documentation / build-and-deploy (push) Successful in 26s
First Hello world syscall
2026-01-03 02:04:09 +01:00

10 lines
169 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);
#endif // _KERNEL_SYS_SCHED_H