From ebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 7 Jan 2022 17:33:55 +0200 Subject: Steps towards better status/debugging control --- include/apos/proc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/apos/proc.h') diff --git a/include/apos/proc.h b/include/apos/proc.h index f835394..e1ea7b6 100644 --- a/include/apos/proc.h +++ b/include/apos/proc.h @@ -4,7 +4,7 @@ #include #include -void jump_to_userspace(struct tcb *t, int argc, char **argv); -void init_proc(void *fdt, struct vm_branch *b); +stat_t jump_to_userspace(struct tcb *t, int argc, char **argv); +stat_t init_proc(void *fdt, struct vm_branch *b); #endif /* APOS_PROC_H */ -- cgit v1.3