Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dcbfs_glue.h27 struct cbfs_boot_device { struct
28 struct cbfs_dev dev;
29 void *mcache;
30 size_t mcache_size;
/aosp_15_r20/external/coreboot/src/include/
H A Dcbfs.h166 struct cbfs_boot_device { struct
172 /* Helper to fill out |mcache| and |mcache_size| in a cbfs_boot_device. */ argument