diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-07-27 17:21:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 17:21:41 +0300 |
commit | 8e1946da03f96b5696d3f8f248a2b675ba80d594 (patch) | |
tree | 70d3aa714ecc4e221b11437672b3da8f36049d7e /arm9/lib/include/OS_reset.h | |
parent | 4f8385ac24e8904662af24bbc0d81317c8ff1ea6 (diff) | |
parent | 777da6f2ee89661596d6e7c129e6d025c6f2841c (diff) |
Merge pull request #244 from red031000/master
split arm7 NVRAM and some RTC
Diffstat (limited to 'arm9/lib/include/OS_reset.h')
-rw-r--r-- | arm9/lib/include/OS_reset.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arm9/lib/include/OS_reset.h b/arm9/lib/include/OS_reset.h index ef62184b..b5d43bad 100644 --- a/arm9/lib/include/OS_reset.h +++ b/arm9/lib/include/OS_reset.h @@ -6,14 +6,8 @@ #include "PXI_fifo.h" 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); -static void OSi_ReloadRomData(void); -static void OSi_ReadCardRom32(u32 src, void *dst, s32 len); static inline u32 OS_GetResetParameter(void) { |