1
0
Fork 0
forked from koniifer/ableos
ableos-framebuffer/kernel/src/proccess.rs

5 lines
68 B
Rust

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