booke/bookehv: Add host crit-watchdog exception support
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / powerpc / include / asm / hw_irq.h
index c9aac24..2aadb47 100644 (file)
@@ -34,6 +34,8 @@ extern void __replay_interrupt(unsigned int vector);
 
 extern void timer_interrupt(struct pt_regs *);
 extern void performance_monitor_exception(struct pt_regs *regs);
+extern void WatchdogException(struct pt_regs *regs);
+extern void unknown_exception(struct pt_regs *regs);
 
 #ifdef CONFIG_PPC64
 #include <asm/paca.h>