Home
last modified time | relevance | path

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

/external/syslinux/com32/modules/
Dsdi.c39 struct SDIHeader { struct
40 uint32_t Signature;
41 char Version[4];
42 uint64_t MDBtype;
43 uint64_t BootCodeOffset;
44 uint64_t BootCodeSize;
68 const struct SDIHeader *hdr = ptr; in boot_sdi() argument