OpenAMP Library
Data Fields
fw_rsc_hdr Struct Reference

#include <remoteproc.h>

Data Fields

uint32_t type
 
uint8_t data [0]
 

Detailed Description

struct fw_rsc_hdr - firmware resource entry header @type: resource type @data: resource data

Every resource entry begins with a 'struct fw_rsc_hdr' 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]

◆ type

uint32_t fw_rsc_hdr::type

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