blob: af0979704afb0a40bfe0da0d564f2b2c017d25e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* 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
#endif /* LINUX_NFSD_INTERFACE_H */
|