aboutsummaryrefslogtreecommitdiff
path: root/CP15.h
blob: c633327a176a53d1f8fd68f31c3136deb193c88a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef CP15_H
#define CP15_H

namespace CP15
{

void Reset();

void Write(u32 id, u32 val);
u32 Read(u32 id);

}

#endif