Home
last modified time | relevance | path

Searched defs:disk_gpt_header (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/com32/include/syslinux/
Ddisk.h146 struct disk_gpt_header { struct
147 char sig[8];
148 union {
155 } rev __attribute__ ((packed));
156 uint32_t hdr_size;
157 uint32_t chksum;
158 char reserved1[4];
159 uint64_t lba_cur;
160 uint64_t lba_alt;
161 uint64_t lba_first_usable;
[all …]