aboutsummaryrefslogtreecommitdiff
path: root/linux-user/riscv/syscall_nr.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/riscv/syscall_nr.h')
-rw-r--r--linux-user/riscv/syscall_nr.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/linux-user/riscv/syscall_nr.h b/linux-user/riscv/syscall_nr.h
deleted file mode 100644
index 0a5a2f2..0000000
--- a/linux-user/riscv/syscall_nr.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Syscall numbers from asm-generic, common for most
- * of recently-added arches including RISC-V.
- */
-
-#ifndef LINUX_USER_RISCV_SYSCALL_NR_H
-#define LINUX_USER_RISCV_SYSCALL_NR_H
-
-#ifdef TARGET_RISCV32
-# include "syscall32_nr.h"
-#else
-# include "syscall64_nr.h"
-#endif
-
-#endif