set_irq_type(9)
NAME
set_irq_type - set the irq type for an irq
SYNOPSIS
int set_irq_type(unsigned int irq, unsigned int type);
ARGUMENTS
- irq
- irq number
- type
- interrupt type - see include/linux/interrupt.h
AUTHORS
- Thomas Gleixner <tglx@linutronix.de>
- Author.
- Ingo Molnar <mingo@elte.hu>
- Author.