int set_irq_type(unsigned int irq, unsigned int type) ;
.....................
.....................
..................
.....................
....................
case IRQT_NOEDGE://type
case IRQT_RISING:
case IRQT_FALLING:
case IRQT_BOTHEDGE:
case IRQT_LOW:
case IRQT_HIGH:
default:
printk(KERN_ERR "No such irq type %d", type);
return -1;