summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/madt.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-12-03 11:10:38 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-04 10:19:02 +0100
commit091a8c61d384cf56affee3d7d89bde0dcc0057fe (patch)
tree06d20a9b89479b3993ff1d7087b903332ee575a6 /com32/gplinclude/acpi/madt.h
parentc2a92cf4ba8adf13e2274803617dfb0cf6dce5e0 (diff)
downloadsyslinux-091a8c61d384cf56affee3d7d89bde0dcc0057fe.tar.gz
acpi: Adding ecdt
Impact: Addding ecdt Adding ecdt
Diffstat (limited to 'com32/gplinclude/acpi/madt.h')
-rw-r--r--com32/gplinclude/acpi/madt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gplinclude/acpi/madt.h b/com32/gplinclude/acpi/madt.h
index c79d99b4..8627edd5 100644
--- a/com32/gplinclude/acpi/madt.h
+++ b/com32/gplinclude/acpi/madt.h
@@ -37,7 +37,7 @@ typedef struct {
uint8_t acpi_id;
uint8_t apic_id;
uint32_t flags;
-} s_processor_local_apic;
+} __attribute__ ((packed)) s_processor_local_apic;
typedef struct {
uint64_t address;