Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dcoreboot_tables.h97 struct cb_header { struct
98 u8 signature[4];
99 u32 header_bytes;
100 u32 header_checksum;
101 u32 table_bytes;
102 u32 table_checksum;
103 u32 table_entries;
H A Dsysinfo.h101 uintptr_t cb_header; member