summaryrefslogtreecommitdiff
path: root/arch/microblaze/bits
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/bits')
-rw-r--r--arch/microblaze/bits/syscall.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/microblaze/bits/syscall.h b/arch/microblaze/bits/syscall.h
index b8b1d2e3..f0ed204b 100644
--- a/arch/microblaze/bits/syscall.h
+++ b/arch/microblaze/bits/syscall.h
@@ -377,6 +377,10 @@
#define __NR_finit_module 380
#define __NR_sched_setattr 381
#define __NR_sched_getattr 382
+#define __NR_renameat2 383
+#define __NR_seccomp 384
+#define __NR_getrandom 385
+#define __NR_memfd_create 386
/* Repeated with SYS_ prefix */
@@ -760,3 +764,7 @@
#define SYS_finit_module 380
#define SYS_sched_setattr 381
#define SYS_sched_getattr 382
+#define SYS_renameat2 383
+#define SYS_seccomp 384
+#define SYS_getrandom 385
+#define SYS_memfd_create 386