lio_firmware_file_header
struct lio_firmware_file_header *h;
if (size < sizeof(struct lio_firmware_file_header)) {
(uint32_t) sizeof(struct lio_firmware_file_header));
h = __DECONST(struct lio_firmware_file_header *, data);
crc32_result = crc32(data, sizeof(struct lio_firmware_file_header) -
data += sizeof(struct lio_firmware_file_header);