Header that prefixes all TISCI messages.
ROM messaging: Header for loading firmware. This is the same as the firmware header.
| type | Type of message identified by a TISCI_MSG_* ID |
| host | Host of the message. |
| seq | Message identifier indicating a transfer sequence. |
| flags | TISCI_MSG_FLAG_* for the message. |
| payload | Placeholder pointer that can be used to access the raw message body. |
Data Fields | |
| uint16_t | type |
| uint8_t | host |
| uint8_t | seq |
| uint32_t | flags |
| uint8_t | payload [] |
| uint16_t Sciclient_RomFirmwareLoadHdr_t::type |
| uint8_t Sciclient_RomFirmwareLoadHdr_t::host |
| uint8_t Sciclient_RomFirmwareLoadHdr_t::seq |
| uint32_t Sciclient_RomFirmwareLoadHdr_t::flags |
| uint8_t Sciclient_RomFirmwareLoadHdr_t::payload[] |