Home
last modified time | relevance | path

Searched refs:subpart_hdr_ops_table (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcse_serger.c39 } subpart_hdr_ops_table[] = { variable
189 for (size_t i = 0; i < ARRAY_SIZE(subpart_hdr_ops_table); i++) { in get_subpart_hdr_ops()
190 if (subpart_hdr_ops_table[i].version == ifwi.bpdt_ops->subpart_hdr_version) in get_subpart_hdr_ops()
191 return subpart_hdr_ops_table[i].ops; in get_subpart_hdr_ops()