Files
rtems/cpukit/libblock
Ralf Corsepius d63a2c27d9 2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org>
* libblock/src/ide_part_table.c: Use fprintf(stdout,...) instead of
	printf.
2004-04-17 08:19:11 +00:00
..
2004-04-17 08:15:17 +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