summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_tcm.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-05-05 22:01:07 -0400
committerGitHub <noreply@github.com>2020-05-05 22:01:07 -0400
commit55faa9e2d1b393e832f95485f5412425136bd6b7 (patch)
tree4a0c80a87708a8468e2d46b14813d5fd6a5e304e /arm9/lib/include/OS_tcm.h
parent962b4e0e9505bdf1eafc7679b428977658726042 (diff)
parentec58acee764ca6cd64b499ca0bb2b0626fee9cd0 (diff)
Merge pull request #66 from red031000/master
OS_tcm.c
Diffstat (limited to 'arm9/lib/include/OS_tcm.h')
-rw-r--r--arm9/lib/include/OS_tcm.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_tcm.h b/arm9/lib/include/OS_tcm.h
new file mode 100644
index 00000000..7112ca0e
--- /dev/null
+++ b/arm9/lib/include/OS_tcm.h
@@ -0,0 +1,12 @@
+//
+// Created by red031000 on 2020-05-05.
+//
+
+#ifndef POKEDIAMOND_OS_TCM_H
+#define POKEDIAMOND_OS_TCM_H
+
+#include "consts.h"
+
+u32 OS_GetDTCMAddress();
+
+#endif //POKEDIAMOND_OS_TCM_H