Implement the rest of smcCpuSuspend with skeleton SE API calls.

This commit is contained in:
Michael Scire
2018-02-27 17:07:30 -08:00
parent a90a431d61
commit 924d469344
7 changed files with 92 additions and 5 deletions

View File

@@ -5,6 +5,8 @@
/* Exosphere Deep Sleep Entry implementation. */
#define LP0_TZRAM_SAVE_SIZE 0xE000
uint32_t cpu_suspend(uint64_t power_state, uint64_t entrypoint, uint64_t argument);
#endif