1*043036a2SApple OSS Distributions #ifndef _BSD_SYS_VFS_CONTEXT_H_ 2*043036a2SApple OSS Distributions #define _BSD_SYS_VFS_CONTEXT_H_ 3*043036a2SApple OSS Distributions 4*043036a2SApple OSS Distributions #include <sys/cdefs.h> 5*043036a2SApple OSS Distributions #include <sys/types.h> 6*043036a2SApple OSS Distributions #include <sys/kernel_types.h> 7*043036a2SApple OSS Distributions #include <kern/thread.h> 8*043036a2SApple OSS Distributions #ifdef BSD_KERNEL_PRIVATE 9*043036a2SApple OSS Distributions #include <sys/user.h> 10*043036a2SApple OSS Distributions #endif 11*043036a2SApple OSS Distributions #include <stdint.h> 12*043036a2SApple OSS Distributions 13*043036a2SApple OSS Distributions /* 14*043036a2SApple OSS Distributions * XXX should go away; pulls in vfs_context structure definition from 15*043036a2SApple OSS Distributions * XXX <sys/user.h> 16*043036a2SApple OSS Distributions */ 17*043036a2SApple OSS Distributions 18*043036a2SApple OSS Distributions #endif /* !_BSD_SYS_VFS_CONTEXT_H_ */ 19