Go to the source code of this file.
Enumerator |
---|
ACPI_AS_MEMORY |
|
ACPI_AS_IO |
|
ACPI_AS_PCI_CONFIG |
|
ACPI_AS_SMBUS |
|
Definition at line 46 of file acpi.h.
LIB_API const AcpiTable* acpi_GetTable |
( |
const char * |
signature | ) |
|
- Parameters
-
- Returns
- pointer to internal storage (valid until acpi_Shutdown())
note: the first call may be slow, e.g. if a kernel-mode driver is loaded. subsequent requests will be faster since tables are cached.
Definition at line 362 of file acpi.cpp.
LIB_API void acpi_Shutdown |
( |
| ) |
|
invalidates all pointers returned by acpi_GetTable.
Definition at line 346 of file acpi.cpp.