|
XenevaOS
|
#include <BlockIo2.h>

Public Attributes | |
| UINT64 | Revision |
| EFI_PEI_GET_NUMBER_BLOCK_DEVICES2 | GetNumberOfBlockDevices |
| EFI_PEI_GET_DEVICE_MEDIA_INFORMATION2 | GetBlockDeviceMediaInfo |
| EFI_PEI_READ_BLOCKS2 | ReadBlocks |
EFI_PEI_RECOVERY_BLOCK_IO_PPI provides the services that are required to access a block I/O device during PEI recovery boot mode.
| EFI_PEI_GET_DEVICE_MEDIA_INFORMATION2 _EFI_PEI_RECOVERY_BLOCK_IO2_PPI::GetBlockDeviceMediaInfo |
Gets the specified media information.
| EFI_PEI_GET_NUMBER_BLOCK_DEVICES2 _EFI_PEI_RECOVERY_BLOCK_IO2_PPI::GetNumberOfBlockDevices |
Gets the number of block I/O devices that the specific block driver manages.
| EFI_PEI_READ_BLOCKS2 _EFI_PEI_RECOVERY_BLOCK_IO2_PPI::ReadBlocks |
Reads the requested number of blocks from the specified block device.
| UINT64 _EFI_PEI_RECOVERY_BLOCK_IO2_PPI::Revision |
The revision to which the interface adheres. All future revisions must be backwards compatible.