[PATCH] kdump: Use real pt_regs from exception
[linux-2.6-block.git] / include / linux / reboot.h
index c5a05e16edb20b0bedc0bd873d1c2be1552a20dc..2d4dd23168dd2dac2470f3d169742cd297975bc2 100644 (file)
@@ -52,7 +52,8 @@ extern void machine_halt(void);
 extern void machine_power_off(void);
 
 extern void machine_shutdown(void);
-extern void machine_crash_shutdown(void);
+struct pt_regs;
+extern void machine_crash_shutdown(struct pt_regs *);
 
 #endif