Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dimagetool.h31 struct content_info { struct
32 struct content_info *next; argument
33 int type; /* File type (IH_TYPE_...) */
34 const char *fname;
/openbmc/linux/fs/cachefiles/
H A Dinternal.h75 enum cachefiles_content content_info:8; /* Info about content presence */ member