Handout
This commit is contained in:
15
arch/system.h
Normal file
15
arch/system.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*! \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
|
||||
Reference in New Issue
Block a user