Searched defs:resource_file (Results 1 – 1 of 1) sorted by relevance
16 struct resource_file { struct17 char name[MAX_FILE_NAME_LEN];18 ulong blk_start;19 ulong blk_offset;20 char hash[MAX_HASH_LEN];21 uint32_t hash_size;45 * rockchip_read_resource_file() - read file from resource. argument