mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
14 lines
131 B
C++
14 lines
131 B
C++
#include <ion/power.h>
|
|
|
|
namespace Ion {
|
|
namespace Power {
|
|
|
|
void suspend(bool checkIfOnOffKeyReleased) {
|
|
}
|
|
|
|
void standby() {
|
|
}
|
|
|
|
}
|
|
}
|