summaryrefslogtreecommitdiff
path: root/arm9/lib/src/OS_reset.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-05-09 12:19:21 -0400
committerGitHub <noreply@github.com>2020-05-09 12:19:21 -0400
commit4a32bb288b5af3333a47e33d1ba9a83485ff1052 (patch)
treebb77ed81792d2e4dfe4370eb45ee0a53a3f02626 /arm9/lib/src/OS_reset.c
parentf76cec09f8a2995244256d4b097d9eed2bebd34a (diff)
parente660f7a7f749242dc73851d47e806b96783bc47d (diff)
Merge pull request #65 from PikalaxALT/libfs
Libfs
Diffstat (limited to 'arm9/lib/src/OS_reset.c')
-rw-r--r--arm9/lib/src/OS_reset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arm9/lib/src/OS_reset.c b/arm9/lib/src/OS_reset.c
index 28d815a9..c21d20ab 100644
--- a/arm9/lib/src/OS_reset.c
+++ b/arm9/lib/src/OS_reset.c
@@ -14,7 +14,6 @@ extern u32 PXI_IsCallbackReady(u32 param1, u32 param2);
extern void PXI_SetFifoRecvCallback(u32 param1, void* callback);
extern u32 PXI_SendWordByFifo(u32 param1, u32 data, u32 param2);
extern void CARD_LockRom(u16 lockId);
-extern u32 OS_GetLockID();
extern void MI_StopDma(u32 dma);
extern void OS_SetIrqMask(u32 mask);
extern void OS_ResetRequestIrqMask(u32 mask);