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

5 lines
68 B
Rust
Raw Normal View History

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