summaryrefslogtreecommitdiff
path: root/include/asm-x86
diff options
context:
space:
mode:
authorGlauber Costa <gcosta@redhat.com>2008-03-17 16:08:38 -0300
committerAvi Kivity <avi@qumranet.com>2008-03-18 08:44:04 +0200
commit602ac559a208ba44d5879a8e6381a379b376a8b7 (patch)
treea7491b090e409eb690704c44b99b69b20cf4b739 /include/asm-x86
parent20d1b4e59c58f69f908c231e642329b265a9bc2b (diff)
x86: allow machine_crash_shutdown to be replaced
This patch a llows machine_crash_shutdown to be replaced, just like any of the other functions in machine_ops Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/reboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/reboot.h b/include/asm-x86/reboot.h
index e9e3ffc22c07..ff9b54692ea5 100644
--- a/include/asm-x86/reboot.h
+++ b/include/asm-x86/reboot.h
@@ -16,5 +16,6 @@ struct machine_ops
extern struct machine_ops machine_ops;
void machine_real_restart(unsigned char *code, int length);
+void native_machine_crash_shutdown(struct pt_regs *regs);
#endif /* _ASM_REBOOT_H */