Searched defs:HpmfwupgImageHeader (Results 1 – 1 of 1) sorted by relevance
684 struct HpmfwupgImageHeader { struct685 char signature[HPMFWUPG_HEADER_SIGNATURE_LENGTH];686 unsigned char formatVersion;687 unsigned char deviceId;688 unsigned char manId[HPMFWUPG_MANUFATURER_ID_LENGTH];689 unsigned char prodId[HPMFWUPG_PRODUCT_ID_LENGTH];690 unsigned char time[HPMFWUPG_TIME_LENGTH];691 union {708 }ATTRIBUTE_PACKING imageCapabilities;709 struct HpmfwupgComponentBitMask components;[all …]