minor adjustments
[lunaix-os.git] / lunaix-os / includes / hal / acpi / acpi.h
index 892624497c1d274bf78ca8f30b36284cec98164d..326a8d04aad1712bee3ae15c24cdfdac914f5c14 100644 (file)
@@ -9,15 +9,15 @@
 #include "madt.h"
 
 #define ACPI_RSDP_SIG_L       0x20445352      // 'RSD '
-#define ACPI_RSDP_SIG_H      0x20525450      // 'PTR '
+#define ACPI_RSDP_SIG_H      0x20525450       // 'PTR '
 
-#define ACPI_MADT_SIG        0x43495041      // 'APIC'
+#define ACPI_MADT_SIG        0x43495041       // 'APIC'
 
 typedef struct {
     uint32_t signature_l;
     uint32_t signature_h;
     uint8_t chksum;
-    uint8_t oem_id[6];
+    char oem_id[6];
     // Revision
     uint8_t rev;
     acpi_rsdt_t* rsdt;