TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_ERASE_BLOCK_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/EraseBlock.h>

Data Fields

UINT64 Revision
 
UINT32 EraseLengthGranularity
 
EFI_BLOCK_ERASE EraseBlocks
 

Detailed Description

The EFI Erase Block Protocol provides the ability for a device to expose erase functionality. This optional protocol is installed on the same handle as the EFI_BLOCK_IO_PROTOCOL or EFI_BLOCK_IO2_PROTOCOL.

Definition at line 82 of file EraseBlock.h.

Field Documentation

◆ EraseBlocks

EFI_BLOCK_ERASE _EFI_ERASE_BLOCK_PROTOCOL::EraseBlocks

Definition at line 94 of file EraseBlock.h.

◆ EraseLengthGranularity

UINT32 _EFI_ERASE_BLOCK_PROTOCOL::EraseLengthGranularity

Definition at line 93 of file EraseBlock.h.

◆ Revision

UINT64 _EFI_ERASE_BLOCK_PROTOCOL::Revision

Definition at line 88 of file EraseBlock.h.


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