diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-01-07 17:33:55 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-01-07 17:33:55 +0200 |
| commit | ebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7 (patch) | |
| tree | 1273c7815d6790e746f6e7ecfcd464e5cab39f2e /include/apos/proc.h | |
| parent | be78fcb0acc665d4db8edb9cda53f6863d27dd85 (diff) | |
| download | kmi-ebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7.tar.gz kmi-ebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7.zip | |
Steps towards better status/debugging control
Diffstat (limited to 'include/apos/proc.h')
| -rw-r--r-- | include/apos/proc.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <apos/tcb.h> #include <apos/vmem.h> -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 */ |
