diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2010-07-08 17:42:40 -0500 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2010-07-08 17:42:40 -0500 |
| commit | 204c3d248426c2ba0b332c05994d67a80f49f958 (patch) | |
| tree | d0bbf0ca1b17349458cc938fd08846fa1c74e2ff /src/include/kernel/syscalls.H | |
| parent | 2c2101232adf2b134cf408f05f00a21dc5b8b0f3 (diff) | |
| download | talos-hostboot-204c3d248426c2ba0b332c05994d67a80f49f958.tar.gz talos-hostboot-204c3d248426c2ba0b332c05994d67a80f49f958.zip | |
MMIO mapping support and syscalls.
Diffstat (limited to 'src/include/kernel/syscalls.H')
| -rw-r--r-- | src/include/kernel/syscalls.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/kernel/syscalls.H b/src/include/kernel/syscalls.H index 9a0672d63..a33a0cef7 100644 --- a/src/include/kernel/syscalls.H +++ b/src/include/kernel/syscalls.H @@ -25,6 +25,9 @@ namespace Systemcalls MSG_RESPOND, MSG_WAIT, + MMIO_MAP, + MMIO_UNMAP, + SYSCALL_MAX }; }; |

