diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-10-30 02:32:02 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-10-30 02:32:02 +0200 |
| commit | 7a23d95b6e432170d6575f515616e5936d53c85e (patch) | |
| tree | afdc349124ca40c4903b534f750f18e8527bf7c5 /include/arch/tcb.h | |
| parent | e7b5881903ad81efee63966e7d2c42524d465dfc (diff) | |
| download | kmi-7a23d95b6e432170d6575f515616e5936d53c85e.tar.gz kmi-7a23d95b6e432170d6575f515616e5936d53c85e.zip | |
bookkeeping
Diffstat (limited to 'include/arch/tcb.h')
| -rw-r--r-- | include/arch/tcb.h | 6 |
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); /** |
