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

Root System Description Table (RSDT) structure for ACPI 1. 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)
 
uint32_t pointers []
 An array of physical addresses pointing to other ACPI SDTs.
 

Detailed Description

Root System Description Table (RSDT) structure for ACPI 1. Contains the header and an array of pointers to other SDTs.

Definition at line 78 of file acpi.h.

Member Data Documentation

◆ header

ACPISDTHeader MaxOS::hardwarecommunication::RSDT::header

The common header for all ACPI SDTs (see acpi_sdt_header_t)

Definition at line 79 of file acpi.h.

◆ pointers

uint32_t MaxOS::hardwarecommunication::RSDT::pointers[]

An array of physical addresses pointing to other ACPI SDTs.

Definition at line 80 of file acpi.h.


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