summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/include/proc.h')
-rw-r--r--sys/arm/include/proc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/arm/include/proc.h b/sys/arm/include/proc.h
index 7032be5..cf74d36 100644
--- a/sys/arm/include/proc.h
+++ b/sys/arm/include/proc.h
@@ -62,4 +62,15 @@ struct mdproc {
#define KINFO_PROC_SIZE 792
+#define MAXARGS 8
+struct syscall_args {
+ u_int code;
+ struct sysent *callp;
+ register_t args[MAXARGS];
+ int narg;
+ u_int nap;
+ u_int32_t insn;
+};
+#define HAVE_SYSCALL_ARGS_DEF 1
+
#endif /* !_MACHINE_PROC_H_ */
OpenPOWER on IntegriCloud