|
static int | ACPI::checksum (const void *pos, unsigned len) |
|
static const RSDP * | ACPI::findRSDP (const void *pos, unsigned len) |
|
bool | ACPI::init () |
| Initialize the ACPI description table.
|
|
unsigned | ACPI::count () |
| Number of entries in the description table.
|
|
SDTH * | ACPI::get (unsigned num) |
| Get entry of description table by index.
|
|
SDTH * | ACPI::get (char a, char b, char c, char d) |
| Get entry of description table by four character identifier.
|
|
int | ACPI::revision () |
| Retrieve the revision from the Root System Description Pointer (RSDP)
|
|