reorganize headers and add CpuFill macros

This commit is contained in:
YamaArashi
2016-01-08 12:49:23 -08:00
parent b06f500539
commit bc10815b94
6 changed files with 49 additions and 33 deletions

10
include/gba/syscall.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef GUARD_GBA_SYSCALL_H
#define GUARD_GBA_SYSCALL_H
#define CPU_SET_SRC_FIXED 0x01000000
#define CPU_SET_16BIT 0x00000000
#define CPU_SET_32BIT 0x04000000
extern void CpuSet(void *src, void *dest, u32 controlData);
#endif // GUARD_GBA_SYSCALL_H