summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-30 18:03:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-30 18:03:04 -0600
commitdb3072bd6f1ace9bd459ca802d8cd226e901de72 (patch)
treea3fd1a146a3a18dfc7e6ea84393fd50994fc463d /apps/nshlib/nsh.h
parent82b5ec73c0007df5cf0a5a04d54ea159e76b2951 (diff)
downloadnuttx-db3072bd6f1ace9bd459ca802d8cd226e901de72.tar.gz
nuttx-db3072bd6f1ace9bd459ca802d8cd226e901de72.tar.bz2
nuttx-db3072bd6f1ace9bd459ca802d8cd226e901de72.zip
Add -h option to NSH git command; And NSH mksmartfs command. From Ken Petit
Diffstat (limited to 'apps/nshlib/nsh.h')
-rw-r--r--apps/nshlib/nsh.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/nshlib/nsh.h b/apps/nshlib/nsh.h
index 3afbce8f9..2dee86b87 100644
--- a/apps/nshlib/nsh.h
+++ b/apps/nshlib/nsh.h
@@ -669,6 +669,11 @@ void nsh_usbtrace(void);
int cmd_mkfatfs(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv);
# endif
# endif /* CONFIG_FS_FAT */
+# ifdef CONFIG_FS_SMARTFS
+# ifndef CONFIG_NSH_DISABLE_MKSMARTFS
+ int cmd_mksmartfs(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv);
+# endif
+# endif /* CONFIG_FS_SMARTFS */
# endif /* !CONFIG_DISABLE_MOUNTPOINT */
# if !defined(CONFIG_DISABLE_ENVIRON)
# ifndef CONFIG_NSH_DISABLE_CD