Skip to main content

kernel/state/subcats/
ipc.rs

1// SPDX-License-Identifier: GPL-3.0-only
2//! Inter-process communication state placeholder for [`KState`].
3//!
4//! Authors: MarioS271
5
6/// Holds state for pipes, message queues, and shared memory regions.
7pub struct Ipc {
8
9}