/*! \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