diff options
author | red031000 <rubenru09@aol.com> | 2020-05-29 14:45:08 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-29 14:46:26 +0100 |
commit | 77463372468870d20c6751fff4d7708f93fae571 (patch) | |
tree | 2a9dd929bae96d370cb766a6a0800b116ad78b86 /arm9/lib/include/OS_reset.h | |
parent | 03100d9a6c0da43f02e3b1f3d3e062ecf884d8b4 (diff) |
more itcm, asm funcs in OS_reset.c
Diffstat (limited to 'arm9/lib/include/OS_reset.h')
-rw-r--r-- | arm9/lib/include/OS_reset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_reset.h b/arm9/lib/include/OS_reset.h index c50106da..4f0b80a9 100644 --- a/arm9/lib/include/OS_reset.h +++ b/arm9/lib/include/OS_reset.h @@ -16,5 +16,7 @@ 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); +void OSi_DoBoot(void); +static void OSi_CpuClear32(register u32 data, register void *destp, register u32 size); #endif //POKEDIAMOND_OS_RESET_H |