about summary refs log tree commit diff
path: root/arch/riscv64/bits/syscall.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv64/bits/syscall.h.in')
-rw-r--r--arch/riscv64/bits/syscall.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/riscv64/bits/syscall.h.in b/arch/riscv64/bits/syscall.h.in
index 0de1278b..1db70cfb 100644
--- a/arch/riscv64/bits/syscall.h.in
+++ b/arch/riscv64/bits/syscall.h.in
@@ -281,5 +281,12 @@
 #define __NR_io_uring_setup 425
 #define __NR_io_uring_enter 426
 #define __NR_io_uring_register 427
+#define __NR_open_tree		428
+#define __NR_move_mount		429
+#define __NR_fsopen		430
+#define __NR_fsconfig		431
+#define __NR_fsmount		432
+#define __NR_fspick		433
+
 #define __NR_sysriscv __NR_arch_specific_syscall
 #define __NR_riscv_flush_icache (__NR_sysriscv + 15)