Edge eoi type irq handler
void handle_edge_eoi_irq(unsigned int irq, struct irq_desc * desc);
irq
the interrupt number
desc
the interrupt description structure for this irq
Similar as the above handle_edge_irq, but using eoi and w/o the mask/unmask logic.