summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_reset.h
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-05-29 19:50:50 +0300
committerGitHub <noreply@github.com>2020-05-29 19:50:50 +0300
commit501072dd9fb699087cecb5404e0c363b63cfa9c6 (patch)
tree2a9dd929bae96d370cb766a6a0800b116ad78b86 /arm9/lib/include/OS_reset.h
parent03100d9a6c0da43f02e3b1f3d3e062ecf884d8b4 (diff)
parent77463372468870d20c6751fff4d7708f93fae571 (diff)
Merge pull request #125 from red031000/master
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.h2
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