Irq handler for transparent controllers
void handle_fasteoi_irq(unsigned int irq, struct irq_desc * desc);
irq
the interrupt number
desc
the interrupt description structure for this irq
an ->eoi call when the interrupt has been serviced. This enables support for modern forms of interrupt handlers, which handle the flow details in hardware, transparently.