// SPDX-FileCopyrightText: 2025 some100 <ootinnyoo@outlook.com>
// SPDX-License-Identifier: MIT
//! Provides [`shutdown`] which shuts down the system.
use ;
/// Shuts down the system.
///
/// This function wraps around [`runtime::reset`] and provides a slightly more straightforward way to shutdown the system.
!