diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-08 12:23:05 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-08 12:23:05 -0400 |
commit | e05e121ca0ed125946f8634cdc54b73ba295ecb1 (patch) | |
tree | 7cd31f6075f7d03a9c25f29146b392610f6c5efe /arm9/lib/include/OS_reset.h | |
parent | 63b108234ed6e0d816c86dcbd88457b0ae1e06d6 (diff) | |
parent | 863e1d40a46f50ea66a30fe6b68e7a2c5ceb82d2 (diff) |
Merge branch 'master' of github.com:martmists/pokediamond into pikalax_work
Diffstat (limited to 'arm9/lib/include/OS_reset.h')
-rw-r--r-- | arm9/lib/include/OS_reset.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arm9/lib/include/OS_reset.h b/arm9/lib/include/OS_reset.h index fd918370..cb7680d1 100644 --- a/arm9/lib/include/OS_reset.h +++ b/arm9/lib/include/OS_reset.h @@ -16,10 +16,11 @@ void OS_InitReset(void); static void OSi_CommonCallback(PXIFifoTag tag, u32 data, BOOL err); static void OSi_SendToPxi(u16 data); void OS_ResetSystem(u32 parameter); +static void OSi_DoResetSystem(void); 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 void OSi_ReloadRomData(void); +static void OSi_ReadCardRom32(u32 src, void *dst, s32 len); static inline u32 OS_GetResetParameter(void) { |