airq_iv_alloc_bit(9) allocate an irq bit from an interrupt vector

SYNOPSIS

unsigned long airq_iv_alloc_bit(struct airq_iv * iv);

ARGUMENTS

iv

pointer to an interrupt vector structure

DESCRIPTION

Returns the bit number of the allocated irq, or -1UL if no bit is available or the AIRQ_IV_ALLOC flag has not been specified

AUTHOR

Cornelia Huck <[email protected]>

Author.

COPYRIGHT