Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/include/
A Dcbfs.h123 struct cbfs_cachenode { struct
124 struct cbfs_cachenode *next; argument
125 void *data;
126 char *name;
127 u32 type;
128 u32 data_length;
129 u32 name_length;
130 u32 attr_offset;
131 u32 comp_algo;
132 u32 decomp_size;

Completed in 4 milliseconds