aboutsummaryrefslogtreecommitdiff
path: root/include/arch/tcb.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-10-30 02:32:02 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2024-10-30 02:32:02 +0200
commit7a23d95b6e432170d6575f515616e5936d53c85e (patch)
treeafdc349124ca40c4903b534f750f18e8527bf7c5 /include/arch/tcb.h
parente7b5881903ad81efee63966e7d2c42524d465dfc (diff)
downloadkmi-7a23d95b6e432170d6575f515616e5936d53c85e.tar.gz
kmi-7a23d95b6e432170d6575f515616e5936d53c85e.zip
bookkeeping
Diffstat (limited to 'include/arch/tcb.h')
-rw-r--r--include/arch/tcb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/arch/tcb.h b/include/arch/tcb.h
index 8eddb07..18386d3 100644
--- a/include/arch/tcb.h
+++ b/include/arch/tcb.h
@@ -42,6 +42,12 @@ stat_t setup_rpc_stack(struct tcb *t);
*/
void destroy_rpc_stack(struct tcb *t);
+/**
+ * Copy over contents in rpc stack from \p t to \p c.
+ *
+ * @param t 'Source'.
+ * @param c 'Destination'-
+ */
void copy_rpc_stack(struct tcb *t, struct tcb *c);
/**