From 5bf13c7f48fe91c7902ce50250bc1a5a2398a2ae Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 23 Jul 2021 01:11:15 +0100 Subject: separate out libs to libc, libnns and NitroSDK --- arm9/lib/include/OS_system.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 arm9/lib/include/OS_system.h (limited to 'arm9/lib/include/OS_system.h') diff --git a/arm9/lib/include/OS_system.h b/arm9/lib/include/OS_system.h deleted file mode 100644 index 37dbbd76..00000000 --- a/arm9/lib/include/OS_system.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef POKEDIAMOND_ARM9_OS_SYSTEM_H -#define POKEDIAMOND_ARM9_OS_SYSTEM_H - -#include "function_target.h" -#include "consts.h" -#include "nitro/OS_system_shared.h" - -OSIntrMode OS_EnableInterrupts(void); -OSIntrMode OS_DisableInterrupts(void); -OSIntrMode OS_RestoreInterrupts(OSIntrMode state); -OSIntrMode OS_DisableInterrupts_IrqAndFiq(void); -OSIntrMode OS_RestoreInterrupts_IrqAndFiq(OSIntrMode state); -OSIntrMode OS_GetCpsrIrq(void); -OSProcMode OS_GetProcMode(void); -void OS_SpinWait(u32 cycles); -void OS_WaitVBlankIntr(void); - -#endif //POKEDIAMOND_ARM9_OS_SYSTEM_H -- cgit v1.2.3