ableos/kernel/src/ipc/mod.rs
2024-03-22 05:13:17 -05:00

5 lines
82 B
Rust

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