diff options
Diffstat (limited to 'arch/arm/include/uapi/asm/unistd.h')
-rw-r--r-- | arch/arm/include/uapi/asm/unistd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/uapi/asm/unistd.h b/arch/arm/include/uapi/asm/unistd.h index 0c3f5a0dafd3..060ea67386d3 100644 --- a/arch/arm/include/uapi/asm/unistd.h +++ b/arch/arm/include/uapi/asm/unistd.h | |||
@@ -415,6 +415,9 @@ | |||
415 | #define __NR_bpf (__NR_SYSCALL_BASE+386) | 415 | #define __NR_bpf (__NR_SYSCALL_BASE+386) |
416 | #define __NR_execveat (__NR_SYSCALL_BASE+387) | 416 | #define __NR_execveat (__NR_SYSCALL_BASE+387) |
417 | 417 | ||
418 | #define __NR_LITMUS (__NR_SYSCALL_BASE+388) | ||
419 | #include <litmus/unistd_32.h> | ||
420 | |||
418 | /* | 421 | /* |
419 | * The following SWIs are ARM private. | 422 | * The following SWIs are ARM private. |
420 | */ | 423 | */ |