OSStatus CallSecondaryInterruptHandler2(
SecondaryInterruptHandlerProc2 handler,
ExceptionHandler exceptionHandler,
const void *p1,
const void *p2);
CallSecondaryInterruptHandler2 calls the secondary interrupt handler indicated by handler. The secondary interrupt handler is invoked immediately; it is not queued.
CallSecondaryInterruptHandler2 may be called from task level or secondary interrupt level, but not from hardware interrupt level.