aboutsummaryrefslogtreecommitdiff
path: root/include/apos/syscalls.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-09-20 15:59:25 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-09-20 15:59:25 +0300
commitba8c7b300fbbf062453ef8858fac0f84dd25a518 (patch)
treeeecee0c15a2314e8bf318559d173bf2bb28a61f6 /include/apos/syscalls.h
parentd2f2714398d415eb9a628aab82b332b92ad5c923 (diff)
downloadkmi-ba8c7b300fbbf062453ef8858fac0f84dd25a518.tar.gz
kmi-ba8c7b300fbbf062453ef8858fac0f84dd25a518.zip
add notify syscall skeleton
+ Now to actually start implementing shit. :)
Diffstat (limited to 'include/apos/syscalls.h')
-rw-r--r--include/apos/syscalls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h
index 0a6f0c7..1746255 100644
--- a/include/apos/syscalls.h
+++ b/include/apos/syscalls.h
@@ -79,6 +79,9 @@ enum {
/** IPC response from server. */
SYS_IPC_RESP,
+
+ /** IPC notify thread, essentially interrupt or signal. */
+ SYS_IPC_NOTIFY
/** @} */
/** @name Process management. */