summaryrefslogtreecommitdiff
path: root/arm7/lib/include/MI_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm7/lib/include/MI_memory.h')
-rw-r--r--arm7/lib/include/MI_memory.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arm7/lib/include/MI_memory.h b/arm7/lib/include/MI_memory.h
index 1e0de0b9..6fa1d0ec 100644
--- a/arm7/lib/include/MI_memory.h
+++ b/arm7/lib/include/MI_memory.h
@@ -22,4 +22,9 @@ static inline void MI_CpuClear32(void *dest, u32 size)
MI_CpuFill32(dest, 0, size);
}
+static inline void MI_CpuCopy32(void *src, void *dst, u32 size)
+{
+ MIi_CpuCopy32((u32 *)src, (u32 *)dst, size);
+}
+
#endif //POKEDIAMOND_ARM7_MI_MEMORY_H