diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-27 19:10:32 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-27 19:10:32 +0300 |
| commit | 22bcc9fe5755c0759def9d40131429a7f31c6336 (patch) | |
| tree | c24fcba52a67e43add5e942ea3d6743233d543a1 /include/arch/tcb.h | |
| parent | ad6c304d9ecb901d6f5acb7dbde832d5cc529e83 (diff) | |
| download | kmi-22bcc9fe5755c0759def9d40131429a7f31c6336.tar.gz kmi-22bcc9fe5755c0759def9d40131429a7f31c6336.zip | |
add some missing documentation
Diffstat (limited to 'include/arch/tcb.h')
| -rw-r--r-- | include/arch/tcb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/tcb.h b/include/arch/tcb.h index f4726ad..4f75419 100644 --- a/include/arch/tcb.h +++ b/include/arch/tcb.h @@ -31,6 +31,7 @@ void tcb_assign(struct tcb *t); * Set up RPC stack in a way that is convenient for the underlying architecture. * * @param t Thread whose RPC stack should be set up. + * @return OK on success, non-zero otherwise. */ stat_t setup_rpc_stack(struct tcb *t); |
