/* * linux/fs/lockd/lockd_syms.c * * Symbols exported by the lockd module. * * Authors: Olaf Kirch (okir@monad.swb.de) * * Copyright (C) 1997 Olaf Kirch */ #define __NO_VERSION__ #include #include #ifdef CONFIG_MODULES #include #include #include #include #include #include #include #include /* Start/stop the daemon */ EXPORT_SYMBOL(lockd_up); EXPORT_SYMBOL(lockd_down); /* NFS client entry */ EXPORT_SYMBOL(nlmclnt_proc); /* NFS server entry points/hooks */ EXPORT_SYMBOL(nlmsvc_invalidate_client); EXPORT_SYMBOL(nlmsvc_ops); #endif /* CONFIG_MODULES */