Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 331 Bytes

interrupt_request.md

File metadata and controls

23 lines (13 loc) · 331 Bytes

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(MG-525)