Contents

interruptOccurred

Functions that get called by the interrupt controller. See $link IOService::registerInterrupt

Declaration

virtual void interruptOccurred(
 void *,
 IOService *nub,
 intind);

Parameters

  • nub:

    Where did the interrupt originate from

  • ind:

    What is this interrupts index within 'nub'.

See Also

Miscellaneous