patch-2.4.0-test8 linux/include/linux/nfsd/interface.h
Next file: linux/include/linux/nfsd/nfsd.h
Previous file: linux/include/linux/nfs_xdr.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue Sep 5 12:56:51 2000
- Orig file:
v2.4.0-test7/linux/include/linux/nfsd/interface.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.0-test7/linux/include/linux/nfsd/interface.h linux/include/linux/nfsd/interface.h
@@ -0,0 +1,23 @@
+/*
+ * include/linux/nfsd/interface.h
+ *
+ * defines interface between nfsd and other bits of
+ * the kernel. Particularly filesystems (eventually).
+ *
+ * Copyright (C) 2000 Neil Brown <neilb@cse.unsw.edu.au>
+ */
+
+#ifndef LINUX_NFSD_INTERFACE_H
+#define LINUX_NFSD_INTERFACE_H
+
+#include <linux/config.h>
+
+#ifdef CONFIG_NFSD_MODULE
+
+extern struct nfsd_linkage {
+ long (*do_nfsservctl)(int cmd, void *argp, void *resp);
+} * nfsd_linkage;
+
+#endif
+
+#endif /* LINUX_NFSD_INTERFACE_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)