diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2010-06-24 15:51:29 -0500 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2010-06-24 15:51:29 -0500 |
| commit | 8085c7634979f38c1b152d0a35b98c2447ce497a (patch) | |
| tree | 844b3527d7b1e8770540f77d1f95c59254aaca60 /src/include/kernel/syscalls.H | |
| parent | f760d7d1b0a7872228870b84ebfa85ab9999eb54 (diff) | |
| download | blackbird-hostboot-8085c7634979f38c1b152d0a35b98c2447ce497a.tar.gz blackbird-hostboot-8085c7634979f38c1b152d0a35b98c2447ce497a.zip | |
Add messaging
Diffstat (limited to 'src/include/kernel/syscalls.H')
| -rw-r--r-- | src/include/kernel/syscalls.H | 10 |
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 }; }; |

