summaryrefslogtreecommitdiffstats
path: root/include/asm-alpha/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha/irq.h')
-rw-r--r--include/asm-alpha/irq.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-alpha/irq.h b/include/asm-alpha/irq.h
index 7f8853c55..fc9e8019a 100644
--- a/include/asm-alpha/irq.h
+++ b/include/asm-alpha/irq.h
@@ -34,6 +34,7 @@
defined(CONFIG_ALPHA_XLT) || \
defined(CONFIG_ALPHA_MIATA) || \
defined(CONFIG_ALPHA_RUFFIAN) || \
+ defined(CONFIG_ALPHA_RX164) || \
defined(CONFIG_ALPHA_NORITAKE)
# define NR_IRQS 48
@@ -93,4 +94,8 @@ static __inline__ int irq_cannonicalize(int irq)
extern void disable_irq(unsigned int);
extern void enable_irq(unsigned int);
+struct pt_regs;
+extern void (*perf_irq)(unsigned long, struct pt_regs *);
+
+
#endif /* _ALPHA_IRQ_H */