ApertureOS
Main Page
Modules
Data Structures
Files
File List
Globals
drivers
acpi_tables
acpi_tables.h
Go to the documentation of this file.
1
#ifndef _ACPI_TABLES_DRIVER_H_
2
#define _ACPI_TABLES_DRIVER_H_
3
4
#include "
types.h
"
5
11
#define MADT_SIG "APIC"
12
#define FADT_SIG "FACP"
13
#define HPET_SIG "HPET"
14
#define MCFG_SIG "MCFG"
15
16
19
uint8_t
20
ACPITables_Initialize
(
void
);
21
23
27
void
*
28
ACPITables_FindTable
(
const
char
*table_name,
29
int
index);
30
33
#endif
/* end of include guard: _ACPI_TABLES_DRIVER_H_ */
types.h
ACPITables_FindTable
void * ACPITables_FindTable(const char *table_name, int index)
Search for an ACPI table with the given name.
Definition:
acpi_tables.c:50
ACPITables_Initialize
uint8_t ACPITables_Initialize(void)
Initialize the ACPITables driver.
Definition:
acpi_tables.c:7
Generated by
1.8.9.1