|
iPXE
|
Partition Information Protocol structure. More...
#include <PartitionInfo.h>
Data Fields | |
| UINT32 | Revision |
| UINT32 | Type |
| UINT8 | System |
| UINT8 | Reserved [7] |
| union { | |
| MBR_PARTITION_RECORD Mbr | |
| MBR data. More... | |
| EFI_PARTITION_ENTRY Gpt | |
| GPT data. More... | |
| } | Info |
Partition Information Protocol structure.
Definition at line 36 of file PartitionInfo.h.
| UINT32 EFI_PARTITION_INFO_PROTOCOL::Revision |
Definition at line 40 of file PartitionInfo.h.
| UINT32 EFI_PARTITION_INFO_PROTOCOL::Type |
Definition at line 44 of file PartitionInfo.h.
| UINT8 EFI_PARTITION_INFO_PROTOCOL::System |
Definition at line 48 of file PartitionInfo.h.
| UINT8 EFI_PARTITION_INFO_PROTOCOL::Reserved[7] |
Definition at line 49 of file PartitionInfo.h.
| MBR_PARTITION_RECORD EFI_PARTITION_INFO_PROTOCOL::Mbr |
MBR data.
Definition at line 54 of file PartitionInfo.h.
| EFI_PARTITION_ENTRY EFI_PARTITION_INFO_PROTOCOL::Gpt |
GPT data.
Definition at line 58 of file PartitionInfo.h.
| union { ... } EFI_PARTITION_INFO_PROTOCOL::Info |