summaryrefslogtreecommitdiff
path: root/com32/gplinclude/acpi/dsdt.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-12-03 21:53:54 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-04 10:19:02 +0100
commit005e71b7ec54bae2aa9d3a03fbae4f544d1e46ef (patch)
treef34664ca7f50d5fa0f937a7729f2df4f343721d3 /com32/gplinclude/acpi/dsdt.h
parente7135fcc3f39bd43dfc1e20e61dcd9241cad03a2 (diff)
downloadsyslinux-005e71b7ec54bae2aa9d3a03fbae4f544d1e46ef.tar.gz
acpi: Adding FACS, fixing DSDT detection
Impact: Adding FACS, fixing DSDT detection Adding FACS, fixing DSDT detection via FADT
Diffstat (limited to 'com32/gplinclude/acpi/dsdt.h')
-rw-r--r--com32/gplinclude/acpi/dsdt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/gplinclude/acpi/dsdt.h b/com32/gplinclude/acpi/dsdt.h
index 219cb1ee..fcb6280d 100644
--- a/com32/gplinclude/acpi/dsdt.h
+++ b/com32/gplinclude/acpi/dsdt.h
@@ -24,4 +24,5 @@ typedef struct {
bool valid;
} s_dsdt;
+void parse_dsdt(s_dsdt *dsdt);
#endif