From 7a7bce2bc77bf7886916787cb09f6d39704818c3 Mon Sep 17 00:00:00 2001 From: red031000 Date: Sun, 14 Jun 2020 17:32:24 +0100 Subject: arm7 OS_spinLock --- arm9/lib/include/syscall.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arm9/lib/include/syscall.h') diff --git a/arm9/lib/include/syscall.h b/arm9/lib/include/syscall.h index 8561cabe..427134a7 100644 --- a/arm9/lib/include/syscall.h +++ b/arm9/lib/include/syscall.h @@ -1,6 +1,6 @@ -#ifndef NITRO_SYSCALL_H_ -#define NITRO_SYSCALL_H_ +#ifndef POKEDIAMOND_ARM9_SYSCALL_H +#define POKEDIAMOND_ARM9_SYSCALL_H void SVC_WaitByLoop(u32 ct); -#endif //NITRO_SYSCALL_H_ +#endif //POKEDIAMOND_ARM9_SYSCALL_H -- cgit v1.2.3