aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/acpi.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-06-10 14:51:00 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-06-10 14:51:00 +0100
commit4c8dd0578f57886e1ecb6ddae53d1be6e7772607 (patch)
tree71a3e4a98f3a31f5307c5f1b801ea9d63e7ea0c3 /xen/include/xen/acpi.h
parentaefef84f0242e869207b5b3294f32a2ccf7b2f8c (diff)
downloadxen-4c8dd0578f57886e1ecb6ddae53d1be6e7772607.tar.gz
xen-4c8dd0578f57886e1ecb6ddae53d1be6e7772607.tar.bz2
xen-4c8dd0578f57886e1ecb6ddae53d1be6e7772607.zip
x86: Default ACPI reboot method.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/xen/acpi.h')
-rw-r--r--xen/include/xen/acpi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/xen/acpi.h b/xen/include/xen/acpi.h
index a9f46c6c55..faf1bfe2d6 100644
--- a/xen/include/xen/acpi.h
+++ b/xen/include/xen/acpi.h
@@ -441,4 +441,6 @@ static inline int acpi_get_pxm(acpi_handle handle)
extern int pnpacpi_disabled;
+void acpi_reboot(void);
+
#endif /*_LINUX_ACPI_H*/