octeon_firmware_file_header
struct octeon_firmware_file_header *h;
if (size < sizeof(struct octeon_firmware_file_header)) {
(u32)sizeof(struct octeon_firmware_file_header));
h = (struct octeon_firmware_file_header *)data;
sizeof(struct octeon_firmware_file_header) -
data += sizeof(struct octeon_firmware_file_header);