summaryrefslogtreecommitdiff
path: root/include/gba/defines.h
diff options
context:
space:
mode:
authornullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2018-11-18 16:23:57 +0800
committernullableVoidPtr <30564701+nullableVoidPtr@users.noreply.github.com>2018-11-20 15:04:00 +0800
commitf4ef62bb4134498a4b4a9c4d61b99bda24c98680 (patch)
treebb184e0d7efe635414d277c9f442d844fd5468b4 /include/gba/defines.h
parent961ab7ccaf4d175189cd42fcddca1336f3d91bad (diff)
Renamed primary heap variables and partial cleanup m4a.s
Diffstat (limited to 'include/gba/defines.h')
-rw-r--r--include/gba/defines.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gba/defines.h b/include/gba/defines.h
index 7fd429d..5f0123a 100644
--- a/include/gba/defines.h
+++ b/include/gba/defines.h
@@ -8,6 +8,8 @@
#define IWRAM_DATA __attribute__((section("iwram_data")))
#define EWRAM_DATA __attribute__((section("ewram_data")))
+#define UNUSED __attribute__((unused))
+#define NAKED __attribute__((naked))
#define ALIGNED(n) __attribute__((aligned(n)))
@@ -59,4 +61,4 @@
#define WIN_RANGE(a, b) (((a) << 8) | (b))
-#endif // GUARD_GBA_DEFINES
+#endif // GUARD_GBA_DEFINES \ No newline at end of file