[go: up one dir, main page]

Module disk_io

Module disk_io 

Source
Expand description

Disk I/O Protocol

Abstracts block accesses of the Block I/O protocol to a more general offset-length protocol. Firmware is responsible for adding this protocol to any Block I/O interface that appears in the system that does not already have a Disk I/O protocol. File systems and other disk access code utilize the Disk I/O protocol.

Structs§

Protocol

Constants§

PROTOCOL_GUID
REVISION

Type Aliases§

ProtocolReadDisk
ProtocolWriteDisk