aboutsummaryrefslogtreecommitdiff
path: root/include/apos/syscalls.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-09-15 00:37:13 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-09-15 00:37:13 +0300
commit619725a5f2f5272f9cbb547ed95c87312c2765a9 (patch)
tree0df807325009b7b0b6f5dddfd8d07f746678460a /include/apos/syscalls.h
parent30055ec1753b5f8cfc2940dba5d4188475fdbf7f (diff)
downloadkmi-619725a5f2f5272f9cbb547ed95c87312c2765a9.tar.gz
kmi-619725a5f2f5272f9cbb547ed95c87312c2765a9.zip
add SYS_TICKS
Diffstat (limited to 'include/apos/syscalls.h')
-rw-r--r--include/apos/syscalls.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apos/syscalls.h b/include/apos/syscalls.h
index 84d9e07..4bbcdc5 100644
--- a/include/apos/syscalls.h
+++ b/include/apos/syscalls.h
@@ -53,6 +53,9 @@ enum {
/** Get accuracy of clock in Hertz. */
SYS_TIMEBASE,
+ /** Get current ticks. */
+ SYS_TICKS,
+
/** Request relative timer (number of ticks from now). */
SYS_REQ_REL_TIMER,