Files
DSA/dsa-emu/src/processor/interrupts.rs
T

6 lines
76 B
Rust

pub enum Interrupt {
PageFault,
ProtectionFault,
Generic(u8),
}