paulbergmann_mpstubs/machine/system.h

15 lines
234 B
C
Raw Normal View History

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