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.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/kernel/syscalls.H b/src/include/kernel/syscalls.H
index 35c6a5fe8..c7a03d6b6 100644
--- a/src/include/kernel/syscalls.H
+++ b/src/include/kernel/syscalls.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2010,2017 */
+/* Contributors Listed Below - COPYRIGHT 2010,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -123,6 +123,9 @@ namespace Systemcalls
/** critassert() */
MISC_CRITASSERT,
+ /** set_mchk_data() */
+ MISC_SETMCHKDATA,
+
SYSCALL_MAX
};
OpenPOWER on IntegriCloud