Files
rtems/cpukit/libblock
Ralf Corsepius 887796ba47 2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/bdbuf.c: Cast bdbuf->state to int32_t
	before shifting << 16 (Can not shift an enum by << 16 on 16bit).
2009-11-02 12:18:19 +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