1
0
Fork 0
forked from AbleOS/ableos
ableos/kernel/src/proccess.rs

5 lines
68 B
Rust

//! Platform agnostic process
/// A process ID
pub type PID = u64;