Files
rtems/cpukit/libblock
Joel Sherrill b505b66866 cpukit/libblock/*: Address unused parameter warnings
Add "(void) param;" annotation to address unused parameter warnings.
Found with GCC's warning -Wunused-paramter.
2025-09-26 22:38:34 +00: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