How do I implement an IRQ servicing routine? It looks as though I enable and disable the irq with the following functions in irq.h: extern void disable_irq(unsigned int); extern void enable_irq(unsigned int); However, it is not clear to me how to "catch" the interrupt. Thanks in advance, Sisinio _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
