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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h
index 6f9e312..b8553bc 100644
--- a/include/apos/syscalls.h
+++ b/include/apos/syscalls.h
@@ -15,6 +15,7 @@ enum {
SYS_FREE_MEM, /* free memory */
/* timers */
+ SYS_TIMEBASE,
SYS_REQ_REL_TIMER,
SYS_REQ_ABS_TIMER,
SYS_FREE_TIMER,
@@ -32,7 +33,6 @@ enum {
SYS_EXEC, /* execute new binary in process space */
SYS_SIGNAL, /* send signal to process (kill etc.) */
SYS_SWITCH, /* switch running process */
- SYS_SYNC, /* used by init process to synchronize running processes, maybe not used */
/* kernel management */
SYS_CONF, /* config system parameters (stack size etc.) */