ableos/kernel/src/ipc/mod.rs

5 lines
82 B
Rust
Raw Normal View History

2023-06-13 06:00:11 -05:00
//! Interprocess communication
2023-05-15 02:19:34 -05:00
pub mod buffer;
pub mod message;
2024-03-22 05:13:17 -05:00
pub mod protocol;