aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64/include/proc.h')
-rw-r--r--sys/arm64/include/proc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/arm64/include/proc.h b/sys/arm64/include/proc.h
index 94260f78d123..86dedbff0579 100644
--- a/sys/arm64/include/proc.h
+++ b/sys/arm64/include/proc.h
@@ -45,8 +45,6 @@ struct mdproc {
#define KINFO_PROC_SIZE 1088
-#ifdef _KERNEL
-
#define MAXARGS 8
struct syscall_args {
u_int code;
@@ -55,6 +53,4 @@ struct syscall_args {
int narg;
};
-#endif
-
#endif /* !_MACHINE_PROC_H_ */