ApertureOS
|
#include "types.h"
Go to the source code of this file.
Macros | |
#define | MADT_SIG "APIC" |
MADT. More... | |
#define | FADT_SIG "FACP" |
FADT. More... | |
#define | HPET_SIG "HPET" |
HPET Table. More... | |
#define | MCFG_SIG "MCFG" |
MCFG Table. More... | |
Functions | |
uint8_t | ACPITables_Initialize (void) |
Initialize the ACPITables driver. More... | |
void * | ACPITables_FindTable (const char *table_name, int index) |
Search for an ACPI table with the given name. More... | |