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

5 lines
68 B
Rust

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