refactor: make pci device driver loading passive, pci bus scanner will not load them...
[lunaix-os.git] / lunaix-os / includes / hal / acpi / acpi.h
index 0e93f20d4ceb7386f67b746a7a047a1b43640df2..f14ebcaff2d6838e3e003194178ea1a6a532ed20 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __LUNAIX_ACPI_ACPI_H
 #define __LUNAIX_ACPI_ACPI_H
 
-#include <arch/x86/boot/multiboot.h>
 #include <stddef.h>
 #include <stdint.h>
 
@@ -50,13 +49,10 @@ typedef struct
     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 */