summaryrefslogtreecommitdiff
path: root/arm9/lib/include/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/include/syscall.h')
-rw-r--r--arm9/lib/include/syscall.h6
1 files changed, 6 insertions, 0 deletions
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_