1
0
Fork 0
forked from AbleOS/ableos
ableos/kernel/src/ipc/mod.rs
2023-06-13 06:00:11 -05:00

4 lines
64 B
Rust

//! Interprocess communication
pub mod buffer;
pub mod message;