TianoCore EDK2 master
|
#include <DynamicTablesPkg/Library/Common/AmlLib/AmlNodeDefines.h>
Data Fields | |
LIST_ENTRY | Link |
This must be the first field in this structure. | |
struct AmlNodeHeader * | Parent |
Parent of this node. NULL for the root node. | |
EAML_NODE_TYPE | NodeType |
Node type allowing to identify a root/object/data node. | |
AML header node.
This abstract class represents either a root/object/data node. All the enumerated nodes have this same common header.
Definition at line 20 of file AmlNodeDefines.h.
LIST_ENTRY AmlNodeHeader::Link |
This must be the first field in this structure.
Definition at line 22 of file AmlNodeDefines.h.
EAML_NODE_TYPE AmlNodeHeader::NodeType |
Node type allowing to identify a root/object/data node.
Definition at line 28 of file AmlNodeDefines.h.
struct AmlNodeHeader* AmlNodeHeader::Parent |
Parent of this node. NULL for the root node.
Definition at line 25 of file AmlNodeDefines.h.