#ifndef __LUNAIX_ACPI_ACPI_H
#define __LUNAIX_ACPI_ACPI_H
-#include <sys/boot/multiboot.h>
-#include <stddef.h>
-#include <stdint.h>
-
#include "fadt.h"
#include "madt.h"
#include "mcfg.h"
struct acpi_mcfg_toc mcfg;
} acpi_context;
-int
-acpi_init(multiboot_info_t* mb_info);
-
acpi_context*
acpi_get_context();
u8_t
-acpi_gistranslate(u8_t old_irq);
+acpi_gsimap(u8_t old_irq);
#endif /* __LUNAIX_ACPI_ACPI_H */