Manifest extensions table entry. More...
#include <sw/device/silicon_creator/lib/manifest.h>
Data Fields | |
| uint32_t | identifier |
| Extension identifier. More... | |
| uint32_t | offset |
| Offset of this extension relative to the start of the manifest. | |
Manifest extensions table entry.
An extension with index i exists if the identifier of the ith entry in the extension table matches the identifier of the extension and its offset is greater than zero.
Definition at line 128 of file manifest.h.
| uint32_t manifest_ext_table_entry::identifier |
Extension identifier.
Must match the identifier value in the extension's header.
Definition at line 134 of file manifest.h.
| uint32_t manifest_ext_table_entry::offset |
Offset of this extension relative to the start of the manifest.
Definition at line 138 of file manifest.h.