Searched defs:fru_common_header (Results 1 – 1 of 1) sorted by relevance
25 struct fru_common_header { struct26 uint8_t format; /* 0x01 */27 uint8_t internal_use_off; /* multiple of 8 bytes */28 uint8_t chassis_info_off; /* multiple of 8 bytes */29 uint8_t board_area_off; /* multiple of 8 bytes */30 uint8_t product_area_off; /* multiple of 8 bytes */31 uint8_t multirecord_off; /* multiple of 8 bytes */32 uint8_t pad; /* must be 0 */33 uint8_t checksum; /* sum modulo 256 must be 0 */