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