Function assign_io_irq

Source
pub fn assign_io_irq<H: InterruptHandler>(
    handler: H,
    interrupt_num: u8,
    cpu: &Cpu,
)