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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h
index d2427cf..d9df89b 100644
--- a/include/apos/syscalls.h
+++ b/include/apos/syscalls.h
@@ -10,6 +10,10 @@ enum {
SYS_REQ_FIXMEM, /* request memory at fixed address */
SYS_FREE_MEM, /* free memory */
+ /* timers */
+ SYS_REQ_TIMER,
+ SYS_FREE_TIMER,
+
/* IPC */
/* I really should try to find my notes about the server/client
* structure of the OS, but these following syscalls are probably
@@ -28,7 +32,7 @@ enum {
/* kernel management */
SYS_CONF, /* config system parameters (stack size etc.) */
SYS_POWEROFF, /* shutdown/reboot etc. */
-}
+};
/* function declarations should be somewhere else, this file could be used in
* userspace applications as well */