From 8085c7634979f38c1b152d0a35b98c2447ce497a Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Thu, 24 Jun 2010 15:51:29 -0500 Subject: Add messaging --- src/include/kernel/syscalls.H | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/include/kernel/syscalls.H') 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 }; }; -- cgit v1.2.3