SYNOPSIS

int irq_set_chip_data(unsigned int irq, void * data);

ARGUMENTS

irq

Interrupt number

data

Pointer to chip specific data

DESCRIPTION

Set the hardware irq chip data for an irq

AUTHORS

Thomas Gleixner <[email protected]>

Author.

Ingo Molnar <[email protected]>

Author.

COPYRIGHT