typedef OSStatus (*SecondaryInterruptHandlerProc2)
(void *p1,
void *p2);
The secondary interrupt handler you write must have the interface shown above, with two parameters. You must specify the values of the two parameters at the time you queue the handler. For queuing information, see the next section.