aboutsummaryrefslogtreecommitdiff
path: root/include/apos/proc.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-12-26 17:50:11 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2021-12-26 17:50:11 +0200
commitd98ec57128628b81fcd32269a92742a037b7f713 (patch)
tree0e3f8d78d8347ef0a6e69d41b9d9be20c822b642 /include/apos/proc.h
parenta64f3588ff5da7f148659ccb0eff844ccfb57088 (diff)
downloadkmi-d98ec57128628b81fcd32269a92742a037b7f713.tar.gz
kmi-d98ec57128628b81fcd32269a92742a037b7f713.zip
First useful jump to userspace!
Diffstat (limited to 'include/apos/proc.h')
-rw-r--r--include/apos/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/proc.h b/include/apos/proc.h
index 7506b10..8071dda 100644
--- a/include/apos/proc.h
+++ b/include/apos/proc.h
@@ -2,6 +2,6 @@
#define APOS_PROC_H
#include <apos/tcb.h>
-void jump_to_userspace(struct tcb *t, char **argv, int argc);
+void jump_to_userspace(struct tcb *t, vm_t bin, int argc, char **argv);
#endif /* APOS_PROC_H */