|
TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/PartitionInfo.h>
Data Fields | |
| UINT32 | Revision |
| UINT32 | Type |
| UINT8 | System |
| UINT8 | Reserved [7] |
| union { | |
| MBR_PARTITION_RECORD Mbr | |
| EFI_PARTITION_ENTRY Gpt | |
| } | Info |
Partition Information Protocol structure.
Definition at line 34 of file PartitionInfo.h.
| EFI_PARTITION_ENTRY EFI_PARTITION_INFO_PROTOCOL::Gpt |
GPT data
Definition at line 56 of file PartitionInfo.h.
| MBR_PARTITION_RECORD EFI_PARTITION_INFO_PROTOCOL::Mbr |
MBR data
Definition at line 52 of file PartitionInfo.h.
| UINT8 EFI_PARTITION_INFO_PROTOCOL::Reserved[7] |
Definition at line 47 of file PartitionInfo.h.
| UINT32 EFI_PARTITION_INFO_PROTOCOL::Revision |
Definition at line 38 of file PartitionInfo.h.
| UINT8 EFI_PARTITION_INFO_PROTOCOL::System |
Definition at line 46 of file PartitionInfo.h.
| UINT32 EFI_PARTITION_INFO_PROTOCOL::Type |
Definition at line 42 of file PartitionInfo.h.