diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-16 07:21:54 +0800 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-01-16 08:14:27 -0600 |
commit | 46b00b11d4f62d866f55247f291678c8366498bd (patch) | |
tree | ab6a7de5accbb029eb8664d6a38ad924478fcc73 /include/gba/syscall.h | |
parent | c2be2e8c69eda4ecf0a1daa499dde10174b0891b (diff) |
match all the functions
Diffstat (limited to 'include/gba/syscall.h')
-rw-r--r-- | include/gba/syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gba/syscall.h b/include/gba/syscall.h index f3382b874..56cd4ba58 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 |