diff options
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 6f272b1..f835394 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, vm_t bin, int argc, char **argv); -vm_t setup_call_stack(struct tcb *t, vm_t start, size_t bytes); +void jump_to_userspace(struct tcb *t, int argc, char **argv); +void init_proc(void *fdt, struct vm_branch *b); #endif /* APOS_PROC_H */ |
