diff options
author | YamaArashi <shadow962@live.com> | 2016-01-08 12:49:23 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-08 12:49:23 -0800 |
commit | bc10815b94083bde9a4fa034a647e294ce2022cc (patch) | |
tree | a3cbf873d5bf1c720402c45a7f718fb744230da1 /include/global.h | |
parent | b06f500539b64acb7db2bc7daa439be4a2cad2f2 (diff) |
reorganize headers and add CpuFill macros
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/global.h b/include/global.h index d04d4a614..37473afc8 100644 --- a/include/global.h +++ b/include/global.h @@ -27,11 +27,8 @@ typedef u32 bool32; #define TRUE 1 #define FALSE 0 -#include "io_regs.h" - -#define CPU_SET_SRC_FIX (1 << 24) -#define CPU_SET_32BIT (1 << 26) - -extern void CpuSet(void *src, void *dest, u32 controlData); +#include "gba/io_reg.h" +#include "gba/syscall.h" +#include "gba/macro.h" #endif // GUARD_GLOBAL_H |