From 43128eb28b390a5990b1fb335229296c2cae9ce8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 21 Apr 2012 00:11:17 +0000 Subject: More NFS updates git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4639 42af7a65-404d-4744-a932-0658087f49c3 --- apps/nshlib/nsh.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps') diff --git a/apps/nshlib/nsh.h b/apps/nshlib/nsh.h index 46226adcd..bdd12658e 100644 --- a/apps/nshlib/nsh.h +++ b/apps/nshlib/nsh.h @@ -491,6 +491,12 @@ void nsh_dumpbuffer(FAR struct nsh_vtbl_s *vtbl, const char *msg, int cmd_ping(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv); # endif #endif +#if !defined(CONFIG_DISABLE_MOUNTPOINT) && CONFIG_NFILE_DESCRIPTORS > 0 && \ + defined(CONFIG_FS_READABLE) && defined(CONFIG_NFS) +# ifndef CONFIG_NSH_DISABLE_NFSMOUNT + int cmd_nfsmount(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv); +# endif +#endif #endif #ifndef CONFIG_DISABLE_ENVIRON -- cgit v1.2.3