OSStatus QueueSecondaryInterruptHandler(
SecondaryInterruptHandler2 handler,
ExceptionHandler exceptionHandler,
const void *p1,
const void *p2);
QueueSecondaryInterruptHandler queues the secondary interrupt handler indicated by handler. Future versions of Mac OS may allow an exception handler to be associated with the interrupt handler; the exceptionHandler parameter is currently ignored, always pass nil.
QueueSecondaryInterruptHandler may be called from task level, secondary interrupt level, or hardware interrupt level.