Files
rtems/cpukit/libblock
Thomas Doerfler 47c23279bd documentation fixes
Avoid designated initializers for C++ compatibility
Fixed invalid state transition from FRESH to CACHED
Free memory in case of an error.
2009-11-30 12:39:51 +00:00
..
2009-11-30 12:39:51 +00:00
2009-11-30 12:39:51 +00:00
2003-07-08 17:33:43 +00:00
2009-10-16 08:44:51 +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