From 49edb00ce8ba82f3449963f80b9131c45b524d8e Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 16 May 2020 13:48:47 -0400 Subject: Split two (supposedly) gflib files --- arm9/lib/include/syscall.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 arm9/lib/include/syscall.h (limited to 'arm9/lib/include/syscall.h') diff --git a/arm9/lib/include/syscall.h b/arm9/lib/include/syscall.h new file mode 100644 index 00000000..8561cabe --- /dev/null +++ b/arm9/lib/include/syscall.h @@ -0,0 +1,6 @@ +#ifndef NITRO_SYSCALL_H_ +#define NITRO_SYSCALL_H_ + +void SVC_WaitByLoop(u32 ct); + +#endif //NITRO_SYSCALL_H_ -- cgit v1.2.3