diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-29 18:47:16 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-29 18:49:28 +0200 |
| commit | 4e5595a089c815febd7a0d42ab62940bf13f73ac (patch) | |
| tree | 322f35d9315e9966de8a66052811858df0144085 /include/apos/proc.h | |
| parent | a12e50e5a7dae52ed8bd5a24cc6576371e20985b (diff) | |
| download | kmi-4e5595a089c815febd7a0d42ab62940bf13f73ac.tar.gz kmi-4e5595a089c815febd7a0d42ab62940bf13f73ac.zip | |
Preparations for refactoring
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 */ |
