diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2011-08-21 23:51:55 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-08-22 17:16:49 -0500 |
| commit | 91b39e52483cc5a8cc1cb7c7d15c281a150d9572 (patch) | |
| tree | 46b53894a06b14e311499f5817e6307285720221 /src/include/kernel | |
| parent | c6571028ca3b54ba0a4ec73d1f39fdeba6c79fb9 (diff) | |
| download | talos-hostboot-91b39e52483cc5a8cc1cb7c7d15c281a150d9572.tar.gz talos-hostboot-91b39e52483cc5a8cc1cb7c7d15c281a150d9572.zip | |
Add initial scratch (sprc/sprd) support.
Change-Id: Ica416251241a2881459b2eb1ae0ad3c746de1200
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/267
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/kernel')
| -rw-r--r-- | src/include/kernel/syscalls.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/kernel/syscalls.H b/src/include/kernel/syscalls.H index dad90056c..aabab15d8 100644 --- a/src/include/kernel/syscalls.H +++ b/src/include/kernel/syscalls.H @@ -84,6 +84,10 @@ namespace Systemcalls MMIO_HMER_READ = 0x0800, /** mmio_hmer_write() */ MMIO_HMER_WRITE = 0x0801, + /** mmio_scratch_read() */ + MMIO_SCRATCH_READ = 0x0802, + /** mmio_scratch_write() */ + MMIO_SCRATCH_WRITE = 0x0803, SYSCALL_FASTPATH_MAX }; |

