summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/madt.h
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-01-25 20:38:39 +0100
committerErwan Velu <erwanaliasr1@gmail.com>2011-01-25 20:38:39 +0100
commit2cb593ae927a80e856a255c9e484d16038033f62 (patch)
tree5e51ec84d466eb64c81a1ad7d646d86195d12364 /com32/gplinclude/acpi/madt.h
parenta2e75985f250d0c6869e4b65f437c3483236c887 (diff)
downloadsyslinux-2cb593ae927a80e856a255c9e484d16038033f62.tar.gz
ACPI: On the road to cleaning ;)
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 d918a2fa..39c25a70 100644
--- a/com32/gplinclude/acpi/madt.h
+++ b/com32/gplinclude/acpi/madt.h
@@ -129,7 +129,7 @@ typedef struct {
} __attribute__ ((packed)) s_local_sapic;
typedef struct {
- uint64_t address;
+ uint8_t *address;
s_acpi_description_header header;
uint32_t local_apic_address;
uint32_t flags;