summaryrefslogtreecommitdiff
path: root/nuttx/drivers/README.txt
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 /nuttx/drivers/README.txt
parentd6058d6314dee58f85a70287f01dfc399f8c45e8 (diff)
downloadpx4-nuttx-620e6ff88867894e87e423777470b96cc322e2d3.tar.gz
px4-nuttx-620e6ff88867894e87e423777470b96cc322e2d3.tar.bz2
px4-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 'nuttx/drivers/README.txt')
-rw-r--r--nuttx/drivers/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/drivers/README.txt b/nuttx/drivers/README.txt
index 9bde312f4..584edc4dd 100644
--- a/nuttx/drivers/README.txt
+++ b/nuttx/drivers/README.txt
@@ -17,14 +17,14 @@ can.c
dev_null.c and dev_zero.c
These files provide the standard /dev/null and /dev/zero devices.
- See include/nuttx/fs.h for functions that should be called if you
+ See include/nuttx/fs/fs.h for functions that should be called if you
want to register these devices (devnull_register() and
devzero_register()).
loop.c
Supports the standard loop device that can be used to export a
file (or character device) as a block device. See losetup() and
- loteardown() in include/nuttx/fs.h.
+ loteardown() in include/nuttx/fs/fs.h.
ramdisk.c
Can be used to set up a block of memory or (read-only) FLASH as
@@ -60,7 +60,7 @@ analog/
bch/
Contains logic that may be used to convert a block driver into
a character driver. This is the complementary conversion as that
- performed by loop.c. See include/nuttx/fs.h for registration
+ performed by loop.c. See include/nuttx/fs/fs.h for registration
information.
analog/