mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-14 21:14:28 +01:00
7 lines
206 B
Rust
7 lines
206 B
Rust
pub const MAX_PID: usize = 256;
|
|
pub const MAX_DRIVER: usize = 256;
|
|
pub const MAX_TID: usize = 256;
|
|
pub const MAX_PORT: usize = 100;
|
|
pub const MAX_REGISTRY: usize = 100;
|
|
pub const MAX_CALLBACK: usize = 100;
|