diff options
author | red031000 <rubenru09@aol.com> | 2020-05-24 18:12:56 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-24 18:12:56 +0100 |
commit | 0dfb0011dd9d7e485ecbc8727f71d2f82b946930 (patch) | |
tree | a0b28649e7d09fe25726e54e144ed9644c27efa7 /arm9/lib/include/OS_reset.h | |
parent | 1856ec317f9952f1c379aa5c20488832e98417f0 (diff) |
OS_protectionUnit.c
Diffstat (limited to 'arm9/lib/include/OS_reset.h')
-rw-r--r-- | arm9/lib/include/OS_reset.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/lib/include/OS_reset.h b/arm9/lib/include/OS_reset.h index c3b60c98..c50106da 100644 --- a/arm9/lib/include/OS_reset.h +++ b/arm9/lib/include/OS_reset.h @@ -12,9 +12,9 @@ #define OS_PXI_COMMAND_SHIFT 8 #define OS_PXI_COMMAND_RESET 0x10 -void OS_InitReset(); -void OSi_CommonCallback(PXIFifoTag tag, u32 data, BOOL err); -void OSi_SendToPxi(u16 data); +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); #endif //POKEDIAMOND_OS_RESET_H |