Editing Hypervisor Reverse Engineering
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 5,940: | Line 5,940: | ||
uint8_t res[2]; | uint8_t res[2]; | ||
uint16_t cksum; /* checksum of first 6 header bytes */ | uint16_t cksum; /* checksum of first 6 header bytes */ | ||
uint32_t | uint32_t index; /* SYSCON index: 0-4 */ | ||
uint16_t payload_size[2]; /* body size */ | uint16_t payload_size[2]; /* body size */ | ||
}; | }; |