x86: allow machine_crash_shutdown to be replaced
[sfrench/cifs-2.6.git] / include / asm-x86 / reboot.h
index 6b5233b4f84b945d713cf047c0ea591ea77469d7..0891a41cd7e9891ad554daf154d45a34d3870ff0 100644 (file)
@@ -15,5 +15,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 */