Implement shift+<key> support, and ...
[lunaix-os.git] / lunaix-os / includes / hal / acpi / madt.h
index ca75d08416aaedc814bc4c2336a81950b0b3d72e..72aca46158af180a83657b235fd258275e8931df 100644 (file)
@@ -83,6 +83,6 @@ typedef struct
     acpi_apic_t* apic;
     acpi_ioapic_t* ioapic;
     acpi_intso_t** irq_exception;
-} acpi_madt_toc_t;
+} __attribute__((packed)) acpi_madt_toc_t;
 
 #endif /* __LUNAIX_ACPI_MADT_H */