Searched defs:lio_firmware_file_header (Results 1 – 1 of 1) sorted by relevance
58 struct lio_firmware_file_header { struct59 __be32 magic;60 char version[LIO_MAX_FIRMWARE_VERSION_LEN];61 char bootcmd[LIO_MAX_BOOTCMD_LEN];62 __be32 num_images;63 struct lio_firmware_desc desc[LIO_MAX_IMAGES];64 __be32 pad;65 __be32 crc32; /* header checksum */