1// SPDX-License-Identifier: GPL-3.0-only
2//! General Kernel Types like `PackedU8` or `FmtBuffer`
3//!
4//! Authors: MarioS271
56pub(crate) mod aligned_stack;
7pub(crate) mod boot_info;
8pub(crate) mod fmt_buffer;
9pub(crate) mod packed_u8;
10pub(crate) mod user_slice;