Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::hardwarecommunication::XSDT Struct Reference

Extended System Description Table (XSDT) structure for ACPI 2 and above. Contains the header and an array of pointers to other SDTs. More...

#include <acpi.h>

Public Attributes

ACPISDTHeader header
 The common header for all ACPI SDTs (see acpi_sdt_header_t)
 
uint64_t pointers []
 An array of physical addresses pointing to other ACPI SDTs.
 

Detailed Description

Extended System Description Table (XSDT) structure for ACPI 2 and above. Contains the header and an array of pointers to other SDTs.

Definition at line 90 of file acpi.h.

Member Data Documentation

◆ header

ACPISDTHeader MaxOS::hardwarecommunication::XSDT::header

The common header for all ACPI SDTs (see acpi_sdt_header_t)

Definition at line 91 of file acpi.h.

◆ pointers

uint64_t MaxOS::hardwarecommunication::XSDT::pointers[]

An array of physical addresses pointing to other ACPI SDTs.

Definition at line 92 of file acpi.h.

Referenced by MaxOS::hardwarecommunication::AdvancedConfigurationAndPowerInterface::find().


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