kern: add most of 1.x lps driver

This commit is contained in:
Michael Scire
2020-08-29 18:28:13 -07:00
committed by SciresM
parent 4dc728824f
commit ab2568ddfb
7 changed files with 514 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ namespace ams::kern::board::nintendo::nx {
namespace lps {
void Initialize();
Result EnableSuspend();
Result EnableSuspend(bool enable);
void InvokeCpuSleepHandler(uintptr_t arg, uintptr_t entry);
}