aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/acpi.h
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-12-17 10:46:43 +0000
committerKeir Fraser <keir@xen.org>2010-12-17 10:46:43 +0000
commit6c298ecc1fc3c8e65be0f59e3c2095f29f59aa26 (patch)
treed038057523d058998b00c0c56450234b09240156 /xen/include/xen/acpi.h
parent00b8b6c5db3a87d07ed8dd7eb7cf390ce8734a00 (diff)
downloadxen-6c298ecc1fc3c8e65be0f59e3c2095f29f59aa26.tar.gz
xen-6c298ecc1fc3c8e65be0f59e3c2095f29f59aa26.tar.bz2
xen-6c298ecc1fc3c8e65be0f59e3c2095f29f59aa26.zip
vtd: Reinstate ACPI DMAR on system shutdown or S3/S4/S5.
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/xen/acpi.h')
-rw-r--r--xen/include/xen/acpi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/include/xen/acpi.h b/xen/include/xen/acpi.h
index ade73d5616..42c3b6b87c 100644
--- a/xen/include/xen/acpi.h
+++ b/xen/include/xen/acpi.h
@@ -444,4 +444,7 @@ extern int pnpacpi_disabled;
void acpi_reboot(void);
+void acpi_dmar_zap(void);
+void acpi_dmar_reinstate(void);
+
#endif /*_LINUX_ACPI_H*/