Expand description
ACPI table definitions and basic SDT structures. Inspired by Theseus OS.
Structs§
- Generic
Address Structure - A struct used to describe the position and layout of registers related to ACPI tables.
- Sdt
- An ACPI System Descriptor Table. This is the header (the first part) of every ACPI table.
Constants§
- SDT_
SIZE_ IN_ BYTES - The size in bytes of the ACPI SDT Header (
Sdtstruct).