diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-09-23 18:59:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 18:59:36 +0300 |
commit | 311f383ea4ef3d7f3d0682b5d889b62cd0fe2f77 (patch) | |
tree | 487523748fcae6999cebe81f2fab14be48506caf /arm9/lib/src/PXI_init.c | |
parent | f8bd464bad0f8eb0c15077da4e0be1ba0dbd9976 (diff) | |
parent | 7f41d4a021c2653b6c7681b12ecde6885c7d0290 (diff) |
Merge pull request #287 from red031000/master
some itemtool images, arm7 OS_context, arm9 PXI_init
Diffstat (limited to 'arm9/lib/src/PXI_init.c')
-rw-r--r-- | arm9/lib/src/PXI_init.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arm9/lib/src/PXI_init.c b/arm9/lib/src/PXI_init.c new file mode 100644 index 00000000..f079ca3d --- /dev/null +++ b/arm9/lib/src/PXI_init.c @@ -0,0 +1,9 @@ +#include "PXI_init.h" +#include "function_target.h" + +extern void PXI_InitFifo(void); + +ARM_FUNC void PXI_Init(void) +{ + PXI_InitFifo(); +} |