aboutsummaryrefslogtreecommitdiff
path: root/include/apos/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/syscalls.h')
-rw-r--r--include/apos/syscalls.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h
index b0d6423..98144c7 100644
--- a/include/apos/syscalls.h
+++ b/include/apos/syscalls.h
@@ -84,7 +84,10 @@ enum {
/** @name Kernel management. */
/** @{ */
/** Configure system parameters (stack size etc.). */
- SYS_CONF,
+ SYS_CONF_SET,
+
+ /** Get system parameters. */
+ SYS_CONF_GET,
/** Shutdown, reboot, etc. */
SYS_POWEROFF,