Home
last modified time | relevance | path

Searched refs:GPT_HEADER_REVISION_V1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/block/partitions/
H A Defi.h30 #define GPT_HEADER_REVISION_V1 0x00010000 macro
/openbmc/u-boot/include/
H A Dpart_efi.h28 #define GPT_HEADER_REVISION_V1 0x00010000 macro
/openbmc/u-boot/disk/
H A Dpart_efi.c607 gpt_h->revision = cpu_to_le32(GPT_HEADER_REVISION_V1); in gpt_fill_header()