#include <IOKit/PassthruInterruptController.h>
IOKit/PassthruInterruptController.h
@class PassthruInterruptController
@abstract Trivial IOInterruptController class that passes all IRQs through to a
"child" driver.
@discussion Waits for a "child" driver (typically loaded in a kext) to register itself,
then passes the child driver's IOService pointer back via
waitForChildController() so that XNU can operate on it directly.
mach/semaphore.hForward Declarations