summaryrefslogtreecommitdiff
path: root/include/gba/syscall.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-12-29 06:24:26 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2020-01-09 12:38:57 +0800
commit973cb394b23002acde7d7ea19abc754019dd106c (patch)
treecf05524128224aceb57dd33f84ea4fdaacb4ecb3 /include/gba/syscall.h
parent8f1a8972c19f5cd2522c9e7982bd330ac05305e9 (diff)
librfu through 0x81E13F0
Diffstat (limited to 'include/gba/syscall.h')
-rw-r--r--include/gba/syscall.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gba/syscall.h b/include/gba/syscall.h
index deddec5ba..22fdf09fa 100644
--- a/include/gba/syscall.h
+++ b/include/gba/syscall.h
@@ -45,4 +45,6 @@ void RLUnCompVram(const void *src, void *dest);
int MultiBoot(struct MultiBootParam *mp);
+s32 Div(s32 num, s32 denom);
+
#endif // GUARD_GBA_SYSCALL_H