summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/ecdt.h
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2011-01-26 22:14:20 +0100
committerErwan Velu <erwanaliasr1@gmail.com>2011-01-26 22:14:20 +0100
commitb1bb2511d86ae7350d82e3da1865621404d921f9 (patch)
treef469ab38159a0c2595de0f40d6f615b6b8202d19 /com32/gplinclude/acpi/ecdt.h
parenta91be03264cb2656ea4680bd87b3d886acbd5da9 (diff)
downloadsyslinux-b1bb2511d86ae7350d82e3da1865621404d921f9.tar.gz
ACPI: Fixing pointer arithmetic
Several adjustements were necessary ;o)
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 e2a486a0..57d46b9e 100644
--- a/com32/gplinclude/acpi/ecdt.h
+++ b/com32/gplinclude/acpi/ecdt.h
@@ -21,7 +21,7 @@
#define EC_ID_OFFSET 65
typedef struct {
- uint8_t *address;
+ uint64_t *address;
s_acpi_description_header header;
bool valid;
uint32_t warning_energy_level;