forked from AbleOS/holey-bytes
4 lines
57 B
Rust
4 lines
57 B
Rust
pub trait HandleTrap {
|
|
fn page_fault(&mut self) {}
|
|
}
|