diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/sys/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/sched.h b/sys/include/sys/sched.h index 8245120..01a58fe 100644 --- a/sys/include/sys/sched.h +++ b/sys/include/sys/sched.h @@ -43,6 +43,7 @@ void sched_init(void); void sched_exit(void); void sched_context_switch(struct trapframe *tf); void sched_rest(void); +uintptr_t sched_init_stack(void *stack_top, struct exec_args args); __noreturn uint64_t sys_exit(struct syscall_args *args); |