linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-h8300 / irq.h
index 42a3ac4..73065f5 100644 (file)
@@ -63,4 +63,8 @@ extern void enable_irq(unsigned int);
 extern void disable_irq(unsigned int);
 #define disable_irq_nosync(x)  disable_irq(x)
 
+struct irqaction;
+struct pt_regs;
+int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
+
 #endif /* _H8300_IRQ_H_ */