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 de44d3aea936da422417b2185f1e912f2691532e..f14ebcaff2d6838e3e003194178ea1a6a532ed20 100644 (file)
@@ -15,8 +15,8 @@
 #define ACPI_RSDP_SIG_L 0x20445352 // 'RSD '
 #define ACPI_RSDP_SIG_H 0x20525450 // 'PTR '
 
-#define ACPI_MADT_SIG 0x43495041   // 'APIC'
-#define ACPI_FADT_SIG 0x50434146   // 'FACP' Notice that it is not 'FADT'.
+#define ACPI_MADT_SIG 0x43495041 // 'APIC'
+#define ACPI_FADT_SIG 0x50434146 // 'FACP' Notice that it is not 'FADT'.
 
 // 'MCFG' (Not part of ACPI standard. See PCI Firmware Spec.)
 #define ACPI_MCFG_SIG 0x4746434d
@@ -49,9 +49,6 @@ typedef struct
     struct acpi_mcfg_toc mcfg;
 } acpi_context;
 
-int
-acpi_init();
-
 acpi_context*
 acpi_get_context();