summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-08 12:49:23 -0800
committerYamaArashi <shadow962@live.com>2016-01-08 12:49:23 -0800
commitbc10815b94083bde9a4fa034a647e294ce2022cc (patch)
treea3cbf873d5bf1c720402c45a7f718fb744230da1 /include/global.h
parentb06f500539b64acb7db2bc7daa439be4a2cad2f2 (diff)
reorganize headers and add CpuFill macros
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h9
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