summaryrefslogtreecommitdiff
path: root/include/gba/syscall.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-01-09 15:20:58 -0500
committerGitHub <noreply@github.com>2020-01-09 15:20:58 -0500
commit5e3f6495c44ff5e857df2e9ad7f86ae40a0b8d14 (patch)
tree6bf12c647db0c4dd6bf7f8f19d0b60f97b2abda9 /include/gba/syscall.h
parent7e2330e7fd01f5eebb7fdeb157d3dd29b4da3f0f (diff)
parentaa9843199592012301931381bd2fe1396fe29c82 (diff)
Merge pull request #205 from jiangzhengwenjz/librfu
librfu
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