struct GptEntry

Defined at line 104 of file ../../third_party/vboot_reference/firmware/include/gpt.h

GPT partition entry defines the starting and ending LBAs of a partition. It

also contains the unique GUID, type, and attribute bits.

You may find more details in chapter 5 of the UEFI standard.

Public Members

 type
 unique
uint64_t starting_lba
uint64_t ending_lba
 attrs
uint16_t[36] name

Records