summaryrefslogtreecommitdiff
path: root/include/nitro/os_protectionRegion.c
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-05-01 20:10:48 +0100
committerred031000 <rubenru09@aol.com>2020-05-01 20:41:06 +0100
commit7b3404b932a8fadddb44774407b22127b0f02115 (patch)
tree4240cf018c751308bbcbab818328e7947a0fc589 /include/nitro/os_protectionRegion.c
parentdb2a8afd2f3c5e2a38083a3dc47d65e7848f0fd2 (diff)
remove include/nitro and shift everything to arm9/lib
Diffstat (limited to 'include/nitro/os_protectionRegion.c')
-rw-r--r--include/nitro/os_protectionRegion.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/nitro/os_protectionRegion.c b/include/nitro/os_protectionRegion.c
deleted file mode 100644
index b70f9056..00000000
--- a/include/nitro/os_protectionRegion.c
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// Created by red031000 on 2020-04-24.
-//
-
-#include "os_protectionRegion.h"
-
-asm void OS_SetProtectionRegion1(u32 param)
-{
- mcr p15, 0x0, r0, c6, c1, 0x0
- bx lr
-}
-
-asm void OS_SetProtectionRegion2(u32 param)
-{
- mcr p15, 0x0, r0, c6, c2, 0x0
- bx lr
-} \ No newline at end of file