interrupts - Usermode I/O interrupt delivery
Interrupt objects allow userspace to create, signal, and wait on hardware interrupts.
TODO
Interrupt Objects are private to the DDK and not generally available to userspace processes.
- interrupt_create - Create an interrupt handle
- interrupt_bind - Bind an interrupt vector to interrupt handle
- interrupt_wait - Wait for an interrupt on an interrupt handle
- interrupt_get_timestamp - Get the timestamp for an interrupt
- interrupt_signal - Signals a virtual interrupt on an interrupt handle