Searched defs:fsdata_file (Results 1 – 1 of 1) sorted by relevance
38 struct fsdata_file { struct39 const struct fsdata_file *next; argument40 const unsigned char *name;41 const unsigned char *data;42 int len;43 u8_t flags;45 u16_t chksum_count;46 const struct fsdata_chksum *chksum;
Completed in 3 milliseconds