diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-22 15:05:39 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-22 15:05:39 +0300 |
| commit | 5793a61eb824a7b97e9bab5913b595a778205cef (patch) | |
| tree | f31931b924058cb6474b80cd02472940ad8cfcd5 /include/apos/uapi.h | |
| parent | a4851206bef5ceecef18b3fde5be6918a67cca21 (diff) | |
| download | kmi-5793a61eb824a7b97e9bab5913b595a778205cef.tar.gz kmi-5793a61eb824a7b97e9bab5913b595a778205cef.zip | |
improved tcb handling in preparation for processes
Diffstat (limited to 'include/apos/uapi.h')
| -rw-r--r-- | include/apos/uapi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apos/uapi.h b/include/apos/uapi.h index a3b54d5..b3d345f 100644 --- a/include/apos/uapi.h +++ b/include/apos/uapi.h @@ -94,7 +94,8 @@ SYSCALL_DECLARE(free_timer); /* ipc */ SYSCALL_DECLARE(ipc_server); -SYSCALL_DECLARE(ipc_req); +SYSCALL_DECLARE(ipc_req_proc); +SYSCALL_DECLARE(ipc_req_thread); SYSCALL_DECLARE(ipc_resp); /* proc */ |
