From 3614b5a702af1aba1a0597fae4a5025d3fb9c413 Mon Sep 17 00:00:00 2001 From: red031000 Date: Thu, 11 Jun 2020 19:52:48 +0100 Subject: arm7 OS_alloc --- arm9/lib/include/consts.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'arm9/lib/include/consts.h') 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 -- cgit v1.2.3