PPTT structure (acpitabl.h)

Defines the Processor Properties Topology Table (PPTT) structure.

Syntax

typedef struct _PPTT {
  DESCRIPTION_HEADER Header;
  PROC_TOPOLOGY_NODE HierarchyNodes[ANYSIZE_ARRAY];
} PPTT, *PPPTT;

Members

Header

Defines the DESCRIPTION_HEADER member Header.

HierarchyNodes[ANYSIZE_ARRAY]

Defines the PROC_TOPOLOGY_NODE member HierarchyNodes.

Requirements

Requirement Value
Header acpitabl.h (include Acpitabl.h)