[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v5 6/9] 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plat/linuxu/include/linuxu/syscall-arm_32.h b/plat/linuxu/include/linuxu/syscall-arm_32.h index 3a6c29d..b393627 100644 --- a/plat/linuxu/include/linuxu/syscall-arm_32.h +++ b/plat/linuxu/include/linuxu/syscall-arm_32.h @@ -48,6 +48,11 @@ #define __SC_IOCTL 54 #define __SC_RT_SIGPROCMASK 126 #define __SC_RT_SIGACTION 174 +#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.18.0 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |