Set the irq trigger type for an irq
int irq_set_irq_type(unsigned int irq, unsigned int type);
irq
irq number
type
IRQ_TYPE_{LEVEL,EDGE}_* value - see include/linux/irq.h
Thomas Gleixner <[email protected]>
Author.
Ingo Molnar <[email protected]>