Files
rtems/cpukit/libblock
Chris Johns 945884fe9f 2009-08-06 Chris Johns <chrisj@rtems.org>
* libblock/src/bdbuf.c: Fix group user logic.
        * libblock/include/rtems/blkdev.h, libblock/src/blkdev.c,
        libblock/src/nvdisk.c, libblock/src/flashdisk.c: Add set block
        size, and get media block size support.
2009-08-06 03:58:09 +00:00
..
2003-07-08 17:33:43 +00:00
2009-05-05 12:52:29 +00:00

#
#  $Id$
#

This directory contains the block device (HDD, CDROMs, etc) support code.
It includes:
   - block device driver interface
   - generic open/close/read/write/ioctl primitives for block device drivers
   - disk I/O buffering
   - logical disk support
   - RAM disk block device driver

Victor V. Vengerov, <vvv@oktet.ru>
November, 7 2001