summaryrefslogtreecommitdiff
path: root/src/arch-mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-mips.h')
-rw-r--r--src/arch-mips.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/arch-mips.h b/src/arch-mips.h
index 02ca347..cce1a17 100644
--- a/src/arch-mips.h
+++ b/src/arch-mips.h
@@ -28,14 +28,9 @@
#include "arch.h"
#include "system.h"
-#define mips_arg_count_max 6
-
extern const struct arch_def arch_def_mips;
extern const struct arch_def arch_def_mipsel;
-#define mips_arg_offset(x) (offsetof(struct seccomp_data, args[x]) + 4)
-#define mipsel_arg_offset(x) (offsetof(struct seccomp_data, args[x]))
-
int mips_syscall_resolve_name(const char *name);
const char *mips_syscall_resolve_num(int num);