summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/ecdt.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/ecdt.h
parenta2e75985f250d0c6869e4b65f437c3483236c887 (diff)
downloadsyslinux-2cb593ae927a80e856a255c9e484d16038033f62.tar.gz
ACPI: On the road to cleaning ;)
Diffstat (limited to 'com32/gplinclude/acpi/ecdt.h')
-rw-r--r--com32/gplinclude/acpi/ecdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gplinclude/acpi/ecdt.h b/com32/gplinclude/acpi/ecdt.h
index 0f8f3ca4..e2a486a0 100644
--- a/com32/gplinclude/acpi/ecdt.h
+++ b/com32/gplinclude/acpi/ecdt.h
@@ -21,7 +21,7 @@
#define EC_ID_OFFSET 65
typedef struct {
- uint64_t address;
+ uint8_t *address;
s_acpi_description_header header;
bool valid;
uint32_t warning_energy_level;