| # Interrupt Event | |
| ## NAME | |
| interrupt\_event - Usermode I/O interrupt delivery | |
| ## SYNOPSIS | |
| Interrupt events allow userspace to create, signal, and wait on | |
| hardware interrupts. | |
| ## DESCRIPTION | |
| TODO | |
| ## NOTES | |
| Interrupt Objects are private to the DDK and not generally available | |
| to userspace processes. | |
| ## SYSCALLS | |
| TODO(ZX-525) |