summaryrefslogtreecommitdiff
path: root/include/nitro/os_protectionRegion.c
blob: b70f9056dc38a470e18fcf89876c09a77766de9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// 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
}