ApertureOS
Macros | Functions
acpi_tables.h File Reference
#include "types.h"
Include dependency graph for acpi_tables.h:
This graph shows which files directly or indirectly include this file:

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...