Match OSReboot.c and match some of TRK

This commit is contained in:
dbalatoni13 2025-01-19 19:31:03 +01:00
parent edacd76015
commit 89dd7c776d
10 changed files with 119 additions and 46 deletions

View file

@ -40,6 +40,9 @@ __OSExceptionHandler __OSGetExceptionHandler(__OSException exception);
OSTime __OSGetSystemTime();
OSTime __OSTimeToSystemTime(OSTime);
// OSReset.c
void __OSDoHotReset(s32);
// OSReboot
void __OSReboot(u32 resetCode, u32 bootDol);