refactor: add a async read/write variant to device ops, with allow async io to be...
[lunaix-os.git] / lunaix-os / includes / hal / acpi / acpi.h
index 0e93f20d4ceb7386f67b746a7a047a1b43640df2..a9a4af65cf80c255413bb3e6687d4ea7cbeaec7d 100644 (file)
@@ -1,10 +1,6 @@
 #ifndef __LUNAIX_ACPI_ACPI_H
 #define __LUNAIX_ACPI_ACPI_H
 
 #ifndef __LUNAIX_ACPI_ACPI_H
 #define __LUNAIX_ACPI_ACPI_H
 
-#include <arch/x86/boot/multiboot.h>
-#include <stddef.h>
-#include <stdint.h>
-
 #include "fadt.h"
 #include "madt.h"
 #include "mcfg.h"
 #include "fadt.h"
 #include "madt.h"
 #include "mcfg.h"
@@ -50,13 +46,10 @@ typedef struct
     struct acpi_mcfg_toc mcfg;
 } acpi_context;
 
     struct acpi_mcfg_toc mcfg;
 } acpi_context;
 
-int
-acpi_init(multiboot_info_t* mb_info);
-
 acpi_context*
 acpi_get_context();
 
 u8_t
 acpi_context*
 acpi_get_context();
 
 u8_t
-acpi_gistranslate(u8_t old_irq);
+acpi_gsimap(u8_t old_irq);
 
 #endif /* __LUNAIX_ACPI_ACPI_H */
 
 #endif /* __LUNAIX_ACPI_ACPI_H */