summaryrefslogtreecommitdiff
path: root/include/gba/syscall.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-04-08 21:43:56 -0700
committerYamaArashi <shadow962@live.com>2016-04-08 21:43:56 -0700
commit8890ea36eef541ba571df102c3353ee411033261 (patch)
treedac1738e0c1a312cf418d834c2c5bb2f90899c88 /include/gba/syscall.h
parent9edfc54fb8b3c2bc46f9730a0eaa80811cb156dd (diff)
AGB flash library
Diffstat (limited to 'include/gba/syscall.h')
-rw-r--r--include/gba/syscall.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gba/syscall.h b/include/gba/syscall.h
index 0f4198b44..4d69907ee 100644
--- a/include/gba/syscall.h
+++ b/include/gba/syscall.h
@@ -5,6 +5,8 @@
#define CPU_SET_16BIT 0x00000000
#define CPU_SET_32BIT 0x04000000
-extern void CpuSet(void *src, void *dest, u32 controlData);
+extern void CpuSet(void *src, void *dest, u32 control);
+
+extern void VBlankIntrWait(void);
#endif // GUARD_GBA_SYSCALL_H