diff options
Diffstat (limited to 'arch/microblaze/bits')
-rw-r--r-- | arch/microblaze/bits/syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/bits/syscall.h b/arch/microblaze/bits/syscall.h index f0ed204b..ea8e864f 100644 --- a/arch/microblaze/bits/syscall.h +++ b/arch/microblaze/bits/syscall.h @@ -381,6 +381,7 @@ #define __NR_seccomp 384 #define __NR_getrandom 385 #define __NR_memfd_create 386 +#define __NR_bpf 387 /* Repeated with SYS_ prefix */ @@ -768,3 +769,4 @@ #define SYS_seccomp 384 #define SYS_getrandom 385 #define SYS_memfd_create 386 +#define SYS_bpf 387 |