summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/madt.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-12-02 15:40:11 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-04 10:19:01 +0100
commitb41c3a43e84f00727d5fbe8b7a2c4e598bc0a3ca (patch)
tree681ad5755a9e6c1690f845459112fa2aa4deb822 /com32/gplinclude/acpi/madt.h
parent5f4650e4e640cba597fbadc4b85b26d07f6e795f (diff)
downloadsyslinux-b41c3a43e84f00727d5fbe8b7a2c4e598bc0a3ca.tar.gz
acpi: Fixing madt detection
Impact: Fixing madt detection Fixing madt detection
Diffstat (limited to 'com32/gplinclude/acpi/madt.h')
-rw-r--r--com32/gplinclude/acpi/madt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/gplinclude/acpi/madt.h b/com32/gplinclude/acpi/madt.h
index 324ccd06..c7a63c52 100644
--- a/com32/gplinclude/acpi/madt.h
+++ b/com32/gplinclude/acpi/madt.h
@@ -47,4 +47,5 @@ typedef struct {
bool valid;
} s_madt;
+void print_madt(s_madt *madt);
#endif