summaryrefslogtreecommitdiff
path: root/arm9/lib/include/consts.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-06-11 19:52:48 +0100
committerred031000 <rubenru09@aol.com>2020-06-11 19:52:48 +0100
commit3614b5a702af1aba1a0597fae4a5025d3fb9c413 (patch)
treef38c0f826863eca36ec436668592fdf744500850 /arm9/lib/include/consts.h
parente6fd0961912649544d3d4eee185b2ac96b8233c3 (diff)
arm7 OS_alloc
Diffstat (limited to 'arm9/lib/include/consts.h')
-rw-r--r--arm9/lib/include/consts.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arm9/lib/include/consts.h b/arm9/lib/include/consts.h
index c09e8cd9..a24e9d89 100644
--- a/arm9/lib/include/consts.h
+++ b/arm9/lib/include/consts.h
@@ -46,9 +46,6 @@
#define OSi_TCM_REGION_BASE_MASK 0xfffff000
-#define OSi_TRUNC(n, a) (((u32) (n)) & ~((a) - 1))
-#define OSi_ROUND(n, a) (((u32) (n) + (a) - 1) & ~((a) - 1))
-
#define OS_IE_V_BLANK (1UL << 0)
#endif //POKEDIAMOND_ARM9_CONSTS_H