aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/acpi.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-19 12:53:32 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-19 12:53:32 +0100
commitd3faf9badf52a00fb3c1da2bfbb49228ffca075a (patch)
tree6b12464f6d852ee3b3cf7ab244ad41bc3d97f1a3 /xen/include/xen/acpi.h
parentd17ac42f37e197d26cb42a00a0d5834ce107515b (diff)
downloadxen-d3faf9badf52a00fb3c1da2bfbb49228ffca075a.tar.gz
xen-d3faf9badf52a00fb3c1da2bfbb49228ffca075a.tar.bz2
xen-d3faf9badf52a00fb3c1da2bfbb49228ffca075a.zip
[host s3] Retrieve necessary sleep information from plain-text ACPI
tables (FADT/FACS), and keep one hypercall remained for sleep notification. Signed-off-by: Ke Yu <ke.yu@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com> Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/xen/acpi.h')
-rw-r--r--xen/include/xen/acpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/acpi.h b/xen/include/xen/acpi.h
index b84f047651..3482d91391 100644
--- a/xen/include/xen/acpi.h
+++ b/xen/include/xen/acpi.h
@@ -534,5 +534,6 @@ static inline int acpi_get_pxm(acpi_handle handle)
#endif
extern int pnpacpi_disabled;
+extern unsigned char acpi_rsdp_rev;
#endif /*_LINUX_ACPI_H*/