mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
- added initial SCU twiddling - added very untested and unusable SMP code - fixed race condition that happened on boot - added initial MMU code (just super basic identity mapping, no caching set up or anything) - enabled some of the fancier ARMv6 features - reorganized ARM11 files into their own folders - possibly more stuff I'm forgetting about
6 lines
60 B
C
Executable File
6 lines
60 B
C
Executable File
#pragma once
|
|
|
|
#include <types.h>
|
|
|
|
void SCU_Init(void);
|