ReactOS 0.4.16-dev-122-g325d74c
|
#include <actbl.h>
Public Attributes | |
char | Signature [8] |
UINT8 | Checksum |
char | OemId [ACPI_OEM_ID_SIZE] |
UINT8 | Revision |
UINT32 | RsdtPhysicalAddress |
UINT32 | Length |
UINT64 | XsdtPhysicalAddress |
UINT8 | ExtendedChecksum |
UINT8 | Reserved [3] |
char acpi_table_rsdp::OemId[ACPI_OEM_ID_SIZE] |
UINT8 acpi_table_rsdp::Revision |
Definition at line 154 of file actbl.h.
Referenced by acpi_create_volatile_registry_tables(), AcpiTbParseRootTable(), and AcpiTbValidateRsdp().
UINT32 acpi_table_rsdp::RsdtPhysicalAddress |
Definition at line 155 of file actbl.h.
Referenced by acpi_create_volatile_registry_tables(), and AcpiTbParseRootTable().
char acpi_table_rsdp::Signature[8] |
Definition at line 151 of file actbl.h.
Referenced by AcpiTbValidateRsdp().
UINT64 acpi_table_rsdp::XsdtPhysicalAddress |
Definition at line 157 of file actbl.h.
Referenced by acpi_create_volatile_registry_tables(), and AcpiTbParseRootTable().