From 46b00b11d4f62d866f55247f291678c8366498bd Mon Sep 17 00:00:00 2001 From: jiangzhengwenjz Date: Thu, 16 Jan 2020 07:21:54 +0800 Subject: match all the functions --- include/gba/syscall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/gba/syscall.h') 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 -- cgit v1.2.3