summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh/nsh.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-10 18:42:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-10 18:42:55 +0000
commitb519cf020d830ad425ff6c7e3f2f807ed0268600 (patch)
tree13630c679ff68959563d05a08dd2333119f725eb /nuttx/examples/nsh/nsh.h
parent8c4ab8a0633559af64ea6a7fa966c7b608c48c1d (diff)
downloadpx4-nuttx-b519cf020d830ad425ff6c7e3f2f807ed0268600.tar.gz
px4-nuttx-b519cf020d830ad425ff6c7e3f2f807ed0268600.tar.bz2
px4-nuttx-b519cf020d830ad425ff6c7e3f2f807ed0268600.zip
Added mkfatfs command to NSH
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@811 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/nsh/nsh.h')
-rw-r--r--nuttx/examples/nsh/nsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/examples/nsh/nsh.h b/nuttx/examples/nsh/nsh.h
index 71d5d5100..d6fdcb297 100644
--- a/nuttx/examples/nsh/nsh.h
+++ b/nuttx/examples/nsh/nsh.h
@@ -129,6 +129,7 @@ extern void cmd_ls(FAR void *handle, int argc, char **argv);
#if !defined(CONFIG_DISABLE_MOUNTPOINT) && CONFIG_NFILE_DESCRIPTORS > 0
extern void cmd_mkdir(FAR void *handle, int argc, char **argv);
#ifdef CONFIG_FS_FAT /* Need at least one filesytem in configuration */
+extern void cmd_mkfatfs(FAR void *handle, int argc, char **argv);
extern void cmd_mount(FAR void *handle, int argc, char **argv);
#endif
#endif