akern-gkgoat-fork/kernel/src/ipc/mod.rs

5 lines
82 B
Rust

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