Files
rtems/cpukit/libblock
Ralf Corsepius fc658e4e69 2011-02-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/include/rtems/bdpart.h (rtems_bdpart_format):
	Eliminate unnamed union (Non c99-compliant).
	* libblock/src/bdpart-create.c, libblock/src/bdpart-read.c,
	libblock/src/bdpart-write.c: Reflect changes above.
2011-02-10 23:34:58 +00:00
..
2003-07-08 17:33:43 +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