Searched defs:legacy_pci_rom_hdr (Results 1 – 1 of 1) sorted by relevance
182 struct legacy_pci_rom_hdr { struct183 __u8 signature[2]; /* ROM Signature. Should be 0xaa55 */184 __u8 size512; /* Current Image Size in units of 512 bytes */185 __u8 initentry_point[4];186 __u8 cksum; /* Checksum computed on the entire Image */187 __u8 reserved[16]; /* Reserved */188 __le16 pcir_offset; /* Offset to PCI Data Struture */