iPXE
Data Fields
_EFI_DISK_IO_PROTOCOL Struct Reference

This protocol is used to abstract Block I/O interfaces. More...

#include <DiskIo.h>

Data Fields

UINT64 Revision
 The revision to which the disk I/O interface adheres. More...
 
EFI_DISK_READ ReadDisk
 
EFI_DISK_WRITE WriteDisk
 

Detailed Description

This protocol is used to abstract Block I/O interfaces.

Definition at line 100 of file DiskIo.h.

Field Documentation

◆ Revision

UINT64 _EFI_DISK_IO_PROTOCOL::Revision

The revision to which the disk I/O interface adheres.

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

Definition at line 106 of file DiskIo.h.

◆ ReadDisk

EFI_DISK_READ _EFI_DISK_IO_PROTOCOL::ReadDisk

Definition at line 107 of file DiskIo.h.

◆ WriteDisk

EFI_DISK_WRITE _EFI_DISK_IO_PROTOCOL::WriteDisk

Definition at line 108 of file DiskIo.h.


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