iPXE
Data Fields
_EFI_BLOCK_IO_PROTOCOL Struct Reference

This protocol provides control over block devices. More...

#include <BlockIo.h>

Data Fields

UINT64 Revision
 The revision to which the block IO interface adheres. More...
 
EFI_BLOCK_IO_MEDIAMedia
 Pointer to the EFI_BLOCK_IO_MEDIA data for this device. More...
 
EFI_BLOCK_RESET Reset
 
EFI_BLOCK_READ ReadBlocks
 
EFI_BLOCK_WRITE WriteBlocks
 
EFI_BLOCK_FLUSH FlushBlocks
 

Detailed Description

This protocol provides control over block devices.

Definition at line 216 of file BlockIo.h.

Field Documentation

◆ Revision

UINT64 _EFI_BLOCK_IO_PROTOCOL::Revision

The revision to which the block IO interface adheres.

All future revisions must be backwards compatible. If a future version is not back wards compatible, it is not the same GUID.

Definition at line 222 of file BlockIo.h.

◆ Media

EFI_BLOCK_IO_MEDIA* _EFI_BLOCK_IO_PROTOCOL::Media

Pointer to the EFI_BLOCK_IO_MEDIA data for this device.

Definition at line 226 of file BlockIo.h.

◆ Reset

EFI_BLOCK_RESET _EFI_BLOCK_IO_PROTOCOL::Reset

Definition at line 228 of file BlockIo.h.

◆ ReadBlocks

EFI_BLOCK_READ _EFI_BLOCK_IO_PROTOCOL::ReadBlocks

Definition at line 229 of file BlockIo.h.

◆ WriteBlocks

EFI_BLOCK_WRITE _EFI_BLOCK_IO_PROTOCOL::WriteBlocks

Definition at line 230 of file BlockIo.h.

◆ FlushBlocks

EFI_BLOCK_FLUSH _EFI_BLOCK_IO_PROTOCOL::FlushBlocks

Definition at line 231 of file BlockIo.h.


The documentation for this struct was generated from the following file: