From 619725a5f2f5272f9cbb547ed95c87312c2765a9 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 15 Sep 2022 00:37:13 +0300 Subject: add SYS_TICKS --- include/apos/syscalls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/apos/syscalls.h') 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, -- cgit v1.3