irq_set_chip(9) set the irq chip for an irq

SYNOPSIS

int irq_set_chip(unsigned int irq, struct irq_chip * chip);

ARGUMENTS

irq

irq number

chip

pointer to irq chip description structure

AUTHORS

Thomas Gleixner <[email protected]>

Author.

Ingo Molnar <[email protected]>

Author.

COPYRIGHT