Allocate an interrupt line by invoking request_irq()
Parameter irq
specifies the interrupt number to allocate
Parameter handler
function pointer to the interrupt handler
Parameter irqflags
- SA_SHIRQ: interrupt is shared
- SA_INTERRUPT: disable local interrupts while processing