Searched defs:gvt_firmware_header (Results 1 – 1 of 1) sorted by relevance
45 struct gvt_firmware_header { struct46 u64 magic;47 u32 crc32; /* protect the data after this field */48 u32 version;49 u64 cfg_space_size;50 u64 cfg_space_offset; /* offset in the file */51 u64 mmio_size;52 u64 mmio_offset; /* offset in the file */53 unsigned char data[1];