You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
311 B
14 lines
311 B
20 years ago
|
/*
|
||
|
* 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 */
|