summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_terminate_proc.h
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-05-08 10:44:07 -0400
committerGitHub <noreply@github.com>2020-05-08 10:44:07 -0400
commitf76cec09f8a2995244256d4b097d9eed2bebd34a (patch)
treed3a3270ca2c2f3895378d1681350bc7636ed0c10 /arm9/lib/include/OS_terminate_proc.h
parentdf51b3c4ff11fc6302600298d3f18681101196b1 (diff)
parent4d444cabe0a241afd7d12e565c6a32f866b260bd (diff)
Merge pull request #70 from red031000/master
OS_terminate_proc and partial OS_interrupt
Diffstat (limited to 'arm9/lib/include/OS_terminate_proc.h')
-rw-r--r--arm9/lib/include/OS_terminate_proc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_terminate_proc.h b/arm9/lib/include/OS_terminate_proc.h
new file mode 100644
index 00000000..26741e5d
--- /dev/null
+++ b/arm9/lib/include/OS_terminate_proc.h
@@ -0,0 +1,11 @@
+//
+// Created by red031000 on 2020-05-07.
+//
+
+#ifndef POKEDIAMOND_OS_TERMINATE_PROC_H
+#define POKEDIAMOND_OS_TERMINATE_PROC_H
+
+void OS_Terminate();
+void OS_Halt();
+
+#endif //POKEDIAMOND_OS_TERMINATE_PROC_H