ReactOS 0.4.15-dev-7924-g5949c20
acpi_table_rsdp Struct Reference

#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]
 

Detailed Description

Definition at line 149 of file actbl.h.

Member Data Documentation

◆ Checksum

UINT8 acpi_table_rsdp::Checksum

Definition at line 152 of file actbl.h.

◆ ExtendedChecksum

UINT8 acpi_table_rsdp::ExtendedChecksum

Definition at line 158 of file actbl.h.

◆ Length

UINT32 acpi_table_rsdp::Length

Definition at line 156 of file actbl.h.

◆ OemId

char acpi_table_rsdp::OemId[ACPI_OEM_ID_SIZE]

Definition at line 153 of file actbl.h.

◆ Reserved

UINT8 acpi_table_rsdp::Reserved[3]

Definition at line 159 of file actbl.h.

◆ Revision

UINT8 acpi_table_rsdp::Revision

◆ RsdtPhysicalAddress

UINT32 acpi_table_rsdp::RsdtPhysicalAddress

Definition at line 155 of file actbl.h.

Referenced by acpi_create_volatile_registry_tables(), and AcpiTbParseRootTable().

◆ Signature

char acpi_table_rsdp::Signature[8]

Definition at line 151 of file actbl.h.

Referenced by AcpiTbValidateRsdp().

◆ XsdtPhysicalAddress

UINT64 acpi_table_rsdp::XsdtPhysicalAddress

Definition at line 157 of file actbl.h.

Referenced by acpi_create_volatile_registry_tables(), and AcpiTbParseRootTable().


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