1
0
Fork 0
forked from AbleOS/ableos
ableos/kernel/src/ipc/mod.rs

4 lines
64 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;