diff options
author | red031000 <rubenru09@aol.com> | 2020-05-30 17:49:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 17:49:01 +0100 |
commit | 3d0c74fe6936c9525a18928cf8c7892644df8644 (patch) | |
tree | 8051ce887fbe9a79f855c49de9cd18b915896596 /arm9/lib/include/OS_reset.h | |
parent | 0982a1271d82c1fb419865e9deca701f027373f7 (diff) | |
parent | 707c5aa59f6277f56d00ddf3790ac7224cd7ba76 (diff) |
Merge branch 'master' into master
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 1efc3f2d..d3cb4355 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_ReadCardRom32(u32 src, void *dst, s32 len); static inline u32 OS_GetResetParameter(void) { |