Resource table entry header. More...
#include <remoteproc.h>
Data Fields | |
| uint32_t | type |
| Resource type matching the type field of the structure in data. More... | |
| uint8_t | data [0] |
| Resource data. More... | |
Resource table entry header.
Every resource entry begins with this firmware resource header providing its type. The content of the entry itself will immediately follow this header, and it should be parsed according to the resource type.
| uint8_t fw_rsc_hdr::data[0] |
Resource data.
| uint32_t fw_rsc_hdr::type |
Resource type matching the type field of the structure in data.