diff options
Diffstat (limited to 'include/apos/proc.h')
| -rw-r--r-- | include/apos/proc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/apos/proc.h b/include/apos/proc.h new file mode 100644 index 0000000..7506b10 --- /dev/null +++ b/include/apos/proc.h @@ -0,0 +1,7 @@ +#ifndef APOS_PROC_H +#define APOS_PROC_H + +#include <apos/tcb.h> +void jump_to_userspace(struct tcb *t, char **argv, int argc); + +#endif /* APOS_PROC_H */ |
