TianoCore EDK2 master
Loading...
Searching...
No Matches
AmlNodeHeader Struct Reference

#include <DynamicTablesPkg/Library/Common/AmlLib/AmlNodeDefines.h>

Data Fields

LIST_ENTRY Link
 This must be the first field in this structure.
 
struct AmlNodeHeaderParent
 Parent of this node. NULL for the root node.
 
EAML_NODE_TYPE NodeType
 Node type allowing to identify a root/object/data node.
 

Detailed Description

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.

Field Documentation

◆ Link

LIST_ENTRY AmlNodeHeader::Link

This must be the first field in this structure.

Definition at line 22 of file AmlNodeDefines.h.

◆ NodeType

EAML_NODE_TYPE AmlNodeHeader::NodeType

Node type allowing to identify a root/object/data node.

Definition at line 28 of file AmlNodeDefines.h.

◆ Parent

struct AmlNodeHeader* AmlNodeHeader::Parent

Parent of this node. NULL for the root node.

Definition at line 25 of file AmlNodeDefines.h.


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