diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-03 16:07:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 16:07:39 +0300 |
commit | c8a27ba3ab27ef19d8e2d3c0738b2d6f46d5d0cb (patch) | |
tree | 799607b53d7df5f2ce6d869eba099de2aba8929c /arm9/lib/include/OS_reset.h | |
parent | 7227f0042b46ffc463204b5d676465bcdd04df67 (diff) | |
parent | e61df40bf88246093b97e265aa54b7dad0a101e6 (diff) |
Merge branch 'master' into pikalax_work
Diffstat (limited to 'arm9/lib/include/OS_reset.h')
-rw-r--r-- | arm9/lib/include/OS_reset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_reset.h b/arm9/lib/include/OS_reset.h index d3cb4355..fd918370 100644 --- a/arm9/lib/include/OS_reset.h +++ b/arm9/lib/include/OS_reset.h @@ -18,6 +18,7 @@ static void OSi_SendToPxi(u16 data); void OS_ResetSystem(u32 parameter); void OSi_DoBoot(void); static void OSi_CpuClear32(register u32 data, register void *destp, register u32 size); +void OSi_ReloadRomData(void); void OSi_ReadCardRom32(u32 src, void *dst, s32 len); static inline u32 OS_GetResetParameter(void) |