Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dcbfs.h52 struct cbfs_cachenode { struct
53 struct cbfs_cachenode *next; argument
54 u32 type;
55 void *data;
56 u32 data_length;
57 char *name;
58 u32 name_length;
59 u32 checksum;