Home
last modified time | relevance | path

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

/external/flashrom/include/
Dcoreboot_tables.h68 struct lb_header { struct
69 uint8_t signature[4]; /* LBIO */
70 uint32_t header_bytes;
71 uint32_t header_checksum;
72 uint32_t table_bytes;
73 uint32_t table_checksum;
74 uint32_t table_entries;
/external/coreboot/util/nvramtool/
Dcoreboot_tables.h54 struct lb_header { struct
55 union {
59 uint32_t header_bytes;
60 uint32_t header_checksum;
61 uint32_t table_bytes;
62 uint32_t table_checksum;
63 uint32_t table_entries;
/external/coreboot/src/commonlib/include/commonlib/
Dcoreboot_tables.h112 struct lb_header { struct
113 uint8_t signature[4]; /* LBIO */
114 uint32_t header_bytes;
115 uint32_t header_checksum;
116 uint32_t table_bytes;
117 uint32_t table_checksum;
118 uint32_t table_entries;