aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfsd/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfsd/interface.h')
-rw-r--r--include/linux/nfsd/interface.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/linux/nfsd/interface.h b/include/linux/nfsd/interface.h
new file mode 100644
index 000000000000..af0979704afb
--- /dev/null
+++ b/include/linux/nfsd/interface.h
@@ -0,0 +1,13 @@
1/*
2 * include/linux/nfsd/interface.h
3 *
4 * defines interface between nfsd and other bits of
5 * the kernel. Particularly filesystems (eventually).
6 *
7 * Copyright (C) 2000 Neil Brown <neilb@cse.unsw.edu.au>
8 */
9
10#ifndef LINUX_NFSD_INTERFACE_H
11#define LINUX_NFSD_INTERFACE_H
12
13#endif /* LINUX_NFSD_INTERFACE_H */