#include <IOKit/PassthruInterruptController.h>

IOKit/PassthruInterruptController.h Kernel.framework

@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.

This header declares nothing itself under the arm64 configuration; it groups the headers below.