TianoCore EDK2 master
|
#include <DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.h>
Data Fields | |
CM_OBJECT_TOKEN | Token |
Index token for the Node. | |
VOID * | Object |
Pointer to the node. | |
UINT32 | Offset |
Node offset from the start of the IORT table. | |
UINT32 | Identifier |
Unique identifier for the Node. | |
A structure that describes the Node indexer used for indexing the IORT nodes.
Definition at line 21 of file IortGenerator.h.
UINT32 IortNodeIndexer::Identifier |
Unique identifier for the Node.
Definition at line 30 of file IortGenerator.h.
VOID* IortNodeIndexer::Object |
Pointer to the node.
Definition at line 25 of file IortGenerator.h.
UINT32 IortNodeIndexer::Offset |
Node offset from the start of the IORT table.
Definition at line 27 of file IortGenerator.h.
CM_OBJECT_TOKEN IortNodeIndexer::Token |
Index token for the Node.
Definition at line 23 of file IortGenerator.h.