1// SPDX-License-Identifier: GPL-3.0-only 2//! Global kernel state: [`KState`] aggregate and [`KStateSubCategory`] trait. 3//! 4//! Authors: MarioS271 5 6pub(crate) mod kstate; 7pub(crate) mod subcat; 8pub(crate) mod subcats;