Searched defs:logo_part_header (Results 1 – 2 of 2) sorted by relevance
60 struct logo_part_header { struct61 char magic[4]; /* must be "RKEL" */62 uint32_t totoal_size;63 uint32_t screen_width;64 uint32_t screen_height;65 uint32_t logo_count;66 char version[4];90 struct logo_part_header part_hdr; argument
53 struct logo_part_header { struct54 char magic[4]; /* must be "RKEL" */55 u32 totoal_size;56 u32 screen_width;57 u32 screen_height;58 u32 logo_count;82 struct logo_part_header part_hdr; argument