#include <acpi.h>
This structre must be located by the system at boot time. It contains some validation information and a pointer to the root system description table, from which all other ACPI information is gleaned.
Public Member Functions | |
RootSystemDescriptionTable * | rsdtAddress () const |
Gets the address of the Root System Descriptor Table. | |
Static Public Member Functions | |
static const RootSystemDescriptionPointer * | locateRSDT () |
Locates the RSDP is there is one to be located. | |
Public Attributes | |
u08 | m_signature [kSIGNATURE_LENGTH] |
u08 | m_checksum |
u08 | m_oemId [6] |
u08 | m_revision |
u32 | m_rsdtAddress |
u08 | m_length [4] |
u08 | m_xsdtAddress [8] |
u08 | m_extendedChecksum |
u08 | m_reserved [3] |
Static Public Attributes | |
static const int | kSIGNATURE_LENGTH = 8 |
static const u08 | kSIGNATURE [kSIGNATURE_LENGTH] |
|
Locates the RSDP is there is one to be located.
Here is the call graph for this function: |
|
Gets the address of the Root System Descriptor Table.
|
|
Initial value: { 'R', 'S', 'D', ' ', 'P', 'T', 'R', ' ' } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|