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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h
index 229e17e..0a6f0c7 100644
--- a/include/apos/syscalls.h
+++ b/include/apos/syscalls.h
@@ -108,6 +108,15 @@ enum {
/** Get system parameters. */
SYS_CONF_GET,
+ /** Set capability of thread. */
+ SYS_SET_CAP,
+
+ /** Get capabilities of thread. */
+ SYS_GET_CAP,
+
+ /** Clear capability of thread. */
+ SYS_CLEAR_CAP,
+
/** Shutdown, reboot, etc. */
SYS_POWEROFF,
/** @} */