]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/kernel_types.h
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / sys / kernel_types.h
index f5fbe196d6fd13906142e8949391c162d4c43801..856d41a520e22d437f98127968aca54c93622f7f 100644 (file)
@@ -66,6 +66,9 @@ typedef struct vnode * vnode_t;
 struct proc;
 typedef struct proc * proc_t;
 
+struct proc_ident;
+typedef struct proc_ident * proc_ident_t;
+
 struct uio;
 typedef struct uio * uio_t;
 
@@ -111,6 +114,7 @@ typedef struct mount * mount_t;
 typedef struct vnode * vnode_t;
 #endif
 typedef struct proc * proc_t;
+typedef struct proc_ident * proc_ident_t;
 typedef struct uio * uio_t;
 typedef struct user_iovec * user_iovec_t;
 typedef struct vfs_context * vfs_context_t;