aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/nmi.h
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2013-02-15 09:47:17 +0100
committerJan Beulich <jbeulich@suse.com>2013-02-15 09:47:17 +0100
commit8ce2e609236cc951bfbaa460a8778b16cccb0fcd (patch)
tree40b6fa31b01c73489c014d26369405161c62a113 /xen/include/asm-x86/nmi.h
parent7a00697d441d18cf1ad527e0d2c62e1c74a9e69b (diff)
downloadxen-8ce2e609236cc951bfbaa460a8778b16cccb0fcd.tar.gz
xen-8ce2e609236cc951bfbaa460a8778b16cccb0fcd.tar.bz2
xen-8ce2e609236cc951bfbaa460a8778b16cccb0fcd.zip
x86: move watchdog declarations from config.h to nmi.h
They don't belong into the former. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/asm-x86/nmi.h')
-rw-r--r--xen/include/asm-x86/nmi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xen/include/asm-x86/nmi.h b/xen/include/asm-x86/nmi.h
index 98b5e04341..e9faa72f39 100644
--- a/xen/include/asm-x86/nmi.h
+++ b/xen/include/asm-x86/nmi.h
@@ -41,4 +41,8 @@ long register_guest_nmi_callback(unsigned long address);
*/
long unregister_guest_nmi_callback(void);
+void watchdog_disable(void);
+void watchdog_enable(void);
+void watchdog_setup(void);
+
#endif /* ASM_NMI_H */