diff options
Diffstat (limited to 'include/apos/proc.h')
| -rw-r--r-- | include/apos/proc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apos/proc.h b/include/apos/proc.h index 8071dda..6f272b1 100644 --- a/include/apos/proc.h +++ b/include/apos/proc.h @@ -2,6 +2,9 @@ #define APOS_PROC_H #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); #endif /* APOS_PROC_H */ |
