Searched defs:coreboot_table_header (Results 1 – 1 of 1) sorted by relevance
18 struct coreboot_table_header { struct19 char signature[4];20 u32 header_bytes;21 u32 header_checksum;22 u32 table_bytes;23 u32 table_checksum;24 u32 table_entries;