]>
git.saurik.com Git - apple/xnu.git/blob - bsd/sys/vfs_context.h
1 #ifndef _BSD_SYS_VFS_CONTEXT_H_
2 #define _BSD_SYS_VFS_CONTEXT_H_
6 #include <sys/kernel_types.h>
7 #include <kern/thread.h>
8 #ifdef BSD_KERNEL_PRIVATE
14 * XXX should go away; pulls in vfs_context structure definition from
18 #endif /* !_BSD_SYS_VFS_CONTEXT_H_ */