unit
set_irq_handler


unit set_irq_handler = {
imports[
irq : IRQ_T
pic : PIC_T
idt : { base_idt }
];
exports[
out : SetIRQHandler_T
];
...
}


Rendered using Haskell HTML Combinators