Home
last modified time | relevance | path

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

/external/u-boot/include/
Dcbfs.h51 struct cbfs_cachenode { struct
52 struct cbfs_cachenode *next; argument
53 u32 type;
54 void *data;
55 u32 data_length;
56 char *name;
57 u32 name_length;
58 u32 checksum;