Interrupt Reference Kernel Interface (Compact 2013)
10/16/2014
The following table shows the programming elements exported to the kernel from the interrupt library.
Programming Element |
Description |
---|---|
This IOCTL releases a previously-requested SYSINTR. |
|
This IOCTL requests a hardware-to-IRQ mapping based on device location. |
|
This IOCTL requests an IRQ-to-SYSINTR mapping. It should be called by bus drivers that populate the registry with SYSINTRs for the device driver that the bus drivers load. |
|
This function disables the specified hardware interrupt. |
|
This function signals completion of interrupt processing. |
|
This function performs hardware operations necessary to enable the specified hardware interrupt. |