aboutsummaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/proc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arch/proc.h b/include/arch/proc.h
index 1dcb0af..9af44c9 100644
--- a/include/arch/proc.h
+++ b/include/arch/proc.h
@@ -13,8 +13,9 @@
#endif
stat_t set_return(vm_t r);
+stat_t set_ipc(struct tcb *t, id_t pid, id_t tid);
/*TODO: should this be in arch/tcb.h or something? */
-stat_t prepare_thread(struct tcb *t);
+stat_t set_thread(struct tcb *t, vm_t stack);
stat_t run_init(struct tcb *t, void *fdt);
#endif /* APOS_ARCH_PROC_H */