TianoCore EDK2 master
Loading...
Searching...
No Matches
IortGenerator.h
Go to the documentation of this file.
1
13#ifndef IORT_GENERATOR_H_
14#define IORT_GENERATOR_H_
15
16#pragma pack(1)
17
21typedef struct IortNodeIndexer {
25 VOID *Object;
27 UINT32 Offset;
28
30 UINT32 Identifier;
32
33typedef struct AcpiIortGenerator {
36
37 // IORT Generator private data
38
44
45#pragma pack()
46
47#endif // IORT_GENERATOR_H_
struct IortNodeIndexer IORT_NODE_INDEXER
UINTN CM_OBJECT_TOKEN
IORT_NODE_INDEXER * NodeIndexer
Pointer to the node indexer array.
Definition: IortGenerator.h:42
ACPI_TABLE_GENERATOR Header
ACPI Table generator header.
Definition: IortGenerator.h:35
UINT32 IortNodeCount
IORT node count.
Definition: IortGenerator.h:40
CM_OBJECT_TOKEN Token
Index token for the Node.
Definition: IortGenerator.h:23
VOID * Object
Pointer to the node.
Definition: IortGenerator.h:25
UINT32 Identifier
Unique identifier for the Node.
Definition: IortGenerator.h:30
UINT32 Offset
Node offset from the start of the IORT table.
Definition: IortGenerator.h:27