Files
rtems/cpukit/libblock
Joel Sherrill 5e2ac1584e cpukit/libblock/src/bdbuf.c: Uninitialized variable warning
On some BSP builds, the variable q was reported as used before
it was initialized. This is a false positive. The variable is now
initialized to NULL to prevent this.
2025-07-24 18:21:59 -05:00
..

libblock

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