|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /proc/self/root/usr/include/linux/nfsd/ |
Upload File : |
/*
* 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 */