summaryrefslogtreecommitdiff
path: root/include/gba
diff options
context:
space:
mode:
Diffstat (limited to 'include/gba')
-rw-r--r--include/gba/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gba/defines.h b/include/gba/defines.h
index e53ccfccf..71de1275c 100644
--- a/include/gba/defines.h
+++ b/include/gba/defines.h
@@ -6,6 +6,7 @@
#define TRUE 1
#define FALSE 0
+#define BSS_DATA __attribute__((section(".bss")))
#define IWRAM_DATA __attribute__((section("iwram_data")))
#define EWRAM_DATA __attribute__((section("ewram_data")))
#define UNUSED __attribute__((unused))