]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/ipcs.h
xnu-1504.7.4.tar.gz
[apple/xnu.git] / bsd / sys / ipcs.h
index 26cf1dcfab2d97c82379dc4264b86c04c7390782..48215be74044b1f5cce83bacc7211f25a831d17c 100644 (file)
@@ -67,6 +67,14 @@ struct user_IPCS_command {
        user_addr_t     ipcs_data;      /* OP specific data */
 };
 
+struct user32_IPCS_command {
+       int             ipcs_magic;     /* Magic number for struct layout */
+       int             ipcs_op;        /* Operation to perform */
+       int             ipcs_cursor;    /* Cursor for iteration functions */
+       int             ipcs_datalen;   /* Length of ipcs_data area */
+       user32_addr_t   ipcs_data;      /* OP specific data */
+};
+
 #endif /* KERNEL_PRIVATE */
 
 /*