Initial commit.

This commit is contained in:
nwert
2018-03-07 14:11:46 +13:00
commit 6f6683e05b
26 changed files with 4159 additions and 0 deletions

8
hwinit/hwinit.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _HWINIT_H_
#define _HWINIT_H_
void mc_enable_ahb_redirect();
void mc_disable_ahb_redirect();
void nx_hwinit();
#endif