[−][src]Function sunrise_libuser::syscalls::create_interrupt_event
pub fn create_interrupt_event(
irqnum: usize,
flag: u32
) -> Result<ReadableEvent, KernelError>
Create a waitable object for the given IRQ number.
Note that the process needs to be authorized to listen for the given IRQ.