Skip to main content

kernel/sched/state/
mod.rs

1// SPDX-License-Identifier: GPL-3.0-only
2//! Scheduler data and state
3//!
4//! Authors: MarioS271
5
6pub(crate) mod sched;