[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v4 5/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 e28224d..10e0100 100644 --- a/plat/linuxu/include/linuxu/syscall-arm_32.h +++ b/plat/linuxu/include/linuxu/syscall-arm_32.h @@ -46,6 +46,11 @@ #define __SC_MUNMAP 91 #define __SC_EXIT 1 #define __SC_IOCTL 54 +#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 |