URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [linux/] [nfsd/] [interface.h] - Rev 1781
Go to most recent revision | Compare with Previous | Blame | View Log
/* * 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> #ifndef CONFIG_NFSD # ifdef CONFIG_MODULES extern struct nfsd_linkage { long (*do_nfsservctl)(int cmd, void *argp, void *resp); struct module *owner; } * nfsd_linkage; # endif #endif #endif /* LINUX_NFSD_INTERFACE_H */
Go to most recent revision | Compare with Previous | Blame | View Log