diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/bits/syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/bits/syscall.h b/arch/mips/bits/syscall.h index 03a4926c..7cb7e353 100644 --- a/arch/mips/bits/syscall.h +++ b/arch/mips/bits/syscall.h @@ -352,6 +352,7 @@ #define __NR_seccomp 4352 #define __NR_getrandom 4353 #define __NR_memfd_create 4354 +#define __NR_bpf 4355 /* Repeated with SYS_ prefix */ @@ -709,3 +710,4 @@ #define SYS_seccomp 4352 #define SYS_getrandom 4353 #define SYS_memfd_create 4354 +#define SYS_bpf 4355 |