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