aboutsummaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-21 00:11:17 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-04-21 00:11:17 +0000
commitcfbb78e2668603e63dfabdd127b8bf01b6744059 (patch)
tree0fc1f16c012965e8e57a74704415b0698e4eacfe /apps/nshlib
parent7c722206dd6746c8035a4c62fda0cb416d436a44 (diff)
downloadpx4-firmware-cfbb78e2668603e63dfabdd127b8bf01b6744059.tar.gz
px4-firmware-cfbb78e2668603e63dfabdd127b8bf01b6744059.tar.bz2
px4-firmware-cfbb78e2668603e63dfabdd127b8bf01b6744059.zip
More NFS updates
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4639 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/nsh.h6
1 files changed, 6 insertions, 0 deletions
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