summaryrefslogtreecommitdiff
path: root/arm9/lib/include
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/include')
-rw-r--r--arm9/lib/include/OS_system.h1
-rw-r--r--arm9/lib/include/syscall.h6
2 files changed, 7 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_system.h b/arm9/lib/include/OS_system.h
index 794e16d2..6ce585dc 100644
--- a/arm9/lib/include/OS_system.h
+++ b/arm9/lib/include/OS_system.h
@@ -35,5 +35,6 @@ OSIntrMode OS_GetCpsrIrq();
OSProcMode OS_GetProcMode();
void OS_SpinWait();
void OS_WaitVBlankIntr();
+void OS_WaitIrq(BOOL, u32);
#endif //POKEDIAMOND_OS_SYSTEM_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_