From ba8c7b300fbbf062453ef8858fac0f84dd25a518 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 20 Sep 2022 15:59:25 +0300 Subject: add notify syscall skeleton + Now to actually start implementing shit. :) --- include/apos/syscalls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/apos/syscalls.h') 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. */ -- cgit v1.3