aboutsummaryrefslogtreecommitdiff
path: root/include/apos/syscalls.h
diff options
context:
space:
mode:
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. */