//! Internal kernel APIs.
//!
//! This module contains APIs that are for kernel-internal use only.
//! These APIs are not part of the public contract and may change without notice.
//!
//! # Warning
//!
//! Do not depend on any APIs in this module from outside the kernel crate.
//! They are hidden from documentation and provide no stability guarantees.
// Internal APIs will be added here as needed.
// Currently empty - placeholder for future internal kernel APIs.