summaryrefslogtreecommitdiffstats
path: root/sys/nwfs/nwfs_node.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-01-14 19:54:42 +0000
committerbde <bde@FreeBSD.org>2000-01-14 19:54:42 +0000
commit762f2e59e4ba65f08a6d2970935cd3df7bf5f743 (patch)
tree95e54a62bbab196bafbfb054727fbe432720745e /sys/nwfs/nwfs_node.h
parente66131d4143150abdb0da6af95ad75b6618a9ade (diff)
downloadFreeBSD-src-762f2e59e4ba65f08a6d2970935cd3df7bf5f743.zip
FreeBSD-src-762f2e59e4ba65f08a6d2970935cd3df7bf5f743.tar.gz
Forward declare some structs so that this header is more self-suifficent.
Diffstat (limited to 'sys/nwfs/nwfs_node.h')
-rw-r--r--sys/nwfs/nwfs_node.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/nwfs/nwfs_node.h b/sys/nwfs/nwfs_node.h
index c88c4b4..871c1e3 100644
--- a/sys/nwfs/nwfs_node.h
+++ b/sys/nwfs/nwfs_node.h
@@ -79,6 +79,13 @@ struct nwnode {
#define NWCMPN(np1,np2) NWCMPF(&(np1)->n_fid, &(np2)->n_fid)
#define NWCMPV(vp1,vp2) NWCMPN(VTONW(vp1),VTONW(vp2))
+struct vop_getpages_args;
+struct vop_inactive_args;
+struct vop_putpages_args;
+struct vop_reclaim_args;
+struct ucred;
+struct uio;
+
void nwfs_hash_init(void);
void nwfs_hash_free(void);
int nwfs_allocvp(struct mount *mp, ncpfid fid, struct vnode **vpp);
OpenPOWER on IntegriCloud