incubator-nuttx/fs/driver
Gregory Nutt 84a5f846c9 open() has been extended. You can now open block drivers and access them just as you can character drivers. For example, you can hexdump a block device. 2015-11-21 11:24:55 -06:00
..
Make.defs Add logic to automatically wrap a block device as a BCH device with no visible character device 2015-11-21 10:14:01 -06:00
driver.h open() has been extended. You can now open block drivers and access them just as you can character drivers. For example, you can hexdump a block device. 2015-11-21 11:24:55 -06:00
fs_blockproxy.c open() has been extended. You can now open block drivers and access them just as you can character drivers. For example, you can hexdump a block device. 2015-11-21 11:24:55 -06:00
fs_closeblockdriver.c Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h 2014-09-29 07:14:38 -06:00
fs_devsyslog.c nuttx/fs: Fix some spacing and alignment issues 2015-10-11 11:39:29 -06:00
fs_findblockdriver.c Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h 2014-09-29 07:14:38 -06:00
fs_openblockdriver.c Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h 2014-09-29 07:14:38 -06:00
fs_registerblockdriver.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
fs_registerdriver.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
fs_unregisterblockdriver.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
fs_unregisterdriver.c Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00