summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-21 18:01:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-21 18:01:07 +0000
commit620e6ff88867894e87e423777470b96cc322e2d3 (patch)
tree49b04c6302cb3eb451491553f4e767f1a1a66bfa /apps/nshlib
parentd6058d6314dee58f85a70287f01dfc399f8c45e8 (diff)
downloadnuttx-620e6ff88867894e87e423777470b96cc322e2d3.tar.gz
nuttx-620e6ff88867894e87e423777470b96cc322e2d3.tar.bz2
nuttx-620e6ff88867894e87e423777470b96cc322e2d3.zip
Move file-system header files to include/nuttx/fs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/README.txt2
-rw-r--r--apps/nshlib/nsh_ddcmd.c2
-rw-r--r--apps/nshlib/nsh_fscmds.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index 5c29d75bb..ee47767a9 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -485,7 +485,7 @@ o mkfatfs <path>
NSH provides this command to access the mkfatfs() NuttX API.
This block device must reside in the NuttX psuedo filesystem and
must have been created by some call to register_blockdriver() (see
- include/nuttx/fs.h).
+ include/nuttx/fs/fs.h).
o mkfifo <path>
diff --git a/apps/nshlib/nsh_ddcmd.c b/apps/nshlib/nsh_ddcmd.c
index 5b03cbd2f..40a3710b1 100644
--- a/apps/nshlib/nsh_ddcmd.c
+++ b/apps/nshlib/nsh_ddcmd.c
@@ -51,7 +51,7 @@
#include <debug.h>
#include <errno.h>
-#include <nuttx/fs.h>
+#include <nuttx/fs/fs.h>
#include "nsh.h"
#include "nsh_console.h"
diff --git a/apps/nshlib/nsh_fscmds.c b/apps/nshlib/nsh_fscmds.c
index 764caca6d..56a52737a 100644
--- a/apps/nshlib/nsh_fscmds.c
+++ b/apps/nshlib/nsh_fscmds.c
@@ -52,7 +52,7 @@
# include <nuttx/ramdisk.h>
# endif
# ifdef CONFIG_FS_FAT
-# include <nuttx/mkfatfs.h>
+# include <nuttx/fs/mkfatfs.h>
# endif
#endif
#endif