burritos/src/kernel/process.rs

5 lines
45 B
Rust
Raw Normal View History

2023-02-28 14:43:40 +01:00
2023-03-01 11:10:15 +01:00
#[derive(PartialEq)]
2023-02-28 14:43:40 +01:00
pub struct Process {
}