summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/syscalls.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kernel/syscalls.H')
-rw-r--r--src/include/kernel/syscalls.H10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/kernel/syscalls.H b/src/include/kernel/syscalls.H
index ebe7d0059..9a0672d63 100644
--- a/src/include/kernel/syscalls.H
+++ b/src/include/kernel/syscalls.H
@@ -15,6 +15,16 @@ namespace Systemcalls
MUTEX_LOCK_CONTESTED,
MUTEX_UNLOCK_CONTESTED,
+ MSGQ_CREATE,
+ MSGQ_DESTROY,
+ MSGQ_REGISTER_ROOT,
+ MSGQ_RESOLVE_ROOT,
+
+ MSG_SEND,
+ MSG_SENDRECV,
+ MSG_RESPOND,
+ MSG_WAIT,
+
SYSCALL_MAX
};
};
OpenPOWER on IntegriCloud