diff options
Diffstat (limited to 'arm9/lib/include/GX_asm.h')
-rw-r--r-- | arm9/lib/include/GX_asm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/lib/include/GX_asm.h b/arm9/lib/include/GX_asm.h new file mode 100644 index 00000000..d2622508 --- /dev/null +++ b/arm9/lib/include/GX_asm.h @@ -0,0 +1,6 @@ +#ifndef GUARD_GX_ASM_H +#define GUARD_GX_ASM_H + +void GX_SendFifo48B(register void *pSrc, register void *pDest); + +#endif //GUARD_GX_ASM_H |