diff options
Diffstat (limited to 'include/apos/syscalls.h')
| -rw-r--r-- | include/apos/syscalls.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h index d9df89b..ed18872 100644 --- a/include/apos/syscalls.h +++ b/include/apos/syscalls.h @@ -11,7 +11,8 @@ enum { SYS_FREE_MEM, /* free memory */ /* timers */ - SYS_REQ_TIMER, + SYS_REQ_REL_TIMER, + SYS_REQ_ABS_TIMER, SYS_FREE_TIMER, /* IPC */ |
