Files
bsb2/kernel/arch/system.h
Niklas Gollenstede 174fe17e89 Handout
2025-10-31 22:37:36 +01:00

16 lines
256 B
C++

/*! \file
* \brief General \ref System functionality (\ref System::reboot "reboot")
*/
#pragma once
#include "../types.h"
/*! \brief General System functions
*/
namespace System {
/*! \brief Perform a reboot
*/
void reboot();
} // namespace System