]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-v850/irq.h
cfq-iosched: add hlist for browsing parallel to the radix tree
[linux-2.6-omap-h63xx.git] / include / asm-v850 / irq.h
index 1bf096db8f4c258f2d71abd83414bb4611ee79bf..7d0d4cd1ce548d611f2ea4a34ec40c222e1a384d 100644 (file)
@@ -46,22 +46,10 @@ extern void
 init_irq_handlers (int base_irq, int num, int interval,
                   struct hw_interrupt_type *irq_type);
 
-typedef void (*irq_handler_t)(int irq, void *data, struct pt_regs *regs);
-
 /* Handle interrupt IRQ.  REGS are the registers at the time of ther
    interrupt.  */
 extern unsigned int handle_irq (int irq, struct pt_regs *regs);
 
-
-/* Enable interrupt handling on an irq.  */
-extern void enable_irq(unsigned int irq);
-
-/* Disable an irq and wait for completion.  */
-extern void disable_irq (unsigned int irq);
-
-/* Disable an irq without waiting. */
-extern void disable_irq_nosync (unsigned int irq);
-
 #endif /* !__ASSEMBLY__ */
 
 #endif /* __V850_IRQ_H__ */