OpenAMP Library  353
fw_rsc_hdr Struct Reference

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...
 

Detailed Description

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.

Field Documentation

◆ data

uint8_t fw_rsc_hdr::data[0]

Resource data.

◆ type

uint32_t fw_rsc_hdr::type

Resource type matching the type field of the structure in data.


The documentation for this struct was generated from the following file: