]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/ppc/types.h
xnu-792.25.20.tar.gz
[apple/xnu.git] / bsd / ppc / types.h
index 58b77b5a3aa8151fad940ecfd55a5e59acaa517f..543bfed53d0847dce21cd3d03ca12e2f141b6246 100644 (file)
@@ -118,6 +118,9 @@ typedef int64_t             user_time_t;
 #define USER_ADDR_NULL ((user_addr_t) 0)
 #define CAST_USER_ADDR_T(a_ptr)   ((user_addr_t)((uintptr_t)(a_ptr)))
 
+/* This defines the size of syscall arguments after copying into the kernel: */
+typedef u_int64_t      syscall_arg_t;
+
 #ifndef __offsetof
 #define __offsetof(type, field) ((size_t)(&((type *)0)->field))
 #endif