BurritOS/src/kernel/process.rs

4 lines
24 B
Rust
Raw Normal View History

2023-02-28 14:43:40 +01:00
pub struct Process {
}