Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcbfs.h61 struct cbfs_cachenode { struct
62 struct cbfs_cachenode *next; argument
63 u32 type;
64 void *data;
65 u32 data_length;
66 char *name;
67 u32 name_length;
68 u32 checksum;