amt_host_if_resp_header
static uint32_t amt_verify_code_versions(const struct amt_host_if_resp_header *resp)
if (response_size < sizeof(struct amt_host_if_resp_header)) {
struct amt_host_if_resp_header *msg_hdr;
msg_hdr = (struct amt_host_if_resp_header *)*read_buf;
struct amt_host_if_resp_header *response = NULL;