[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v3 5/8] plat/linuxu: Add linuxu (ARM) timer support
From: Costin Lupu <costin.lupu@xxxxxxxxx> Add ARM syscall numbers for TIMER_* syscalls. Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> --- plat/linuxu/include/linuxu/syscall-arm_32.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plat/linuxu/include/linuxu/syscall-arm_32.h b/plat/linuxu/include/linuxu/syscall-arm_32.h index 5c1a919..2f0980a 100644 --- a/plat/linuxu/include/linuxu/syscall-arm_32.h +++ b/plat/linuxu/include/linuxu/syscall-arm_32.h @@ -50,6 +50,12 @@ #define __SC_RT_SIGACTION 43 #define __SC_RT_SIGPROCMASK 126 +#define __SC_TIMER_CREATE 257 +#define __SC_TIMER_SETTIME 258 +#define __SC_TIMER_GETTIME 259 +#define __SC_TIMER_GETOVERRUN 260 +#define __SC_TIMER_DELETE 261 + #define __SC_PSELECT6 335 /* NOTE: from `man syscall`: -- 2.7.4 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |