[][src]Enum kernel::intr::Intr

pub enum Intr {
    Timer,
    Device,
}

Variants

Timer
Device