Create an interrupt vector
struct airq_iv * airq_iv_create(unsigned long bits, unsigned long flags);
bits
number of bits in the interrupt vector
flags
allocation flags
Returns a pointer to an interrupt vector structure
Cornelia Huck <[email protected]>
Author.