someboot 0.3.4

Sparreal OS kernel
Documentation
1
2
3
4
5
use crate::irq::IrqId;

pub fn systimer_irq() -> IrqId {
    IrqId::new(5)
}