From 7a7bce2bc77bf7886916787cb09f6d39704818c3 Mon Sep 17 00:00:00 2001 From: red031000 Date: Sun, 14 Jun 2020 17:32:24 +0100 Subject: arm7 OS_spinLock --- arm9/lib/include/MI_dma.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'arm9/lib/include/MI_dma.h') diff --git a/arm9/lib/include/MI_dma.h b/arm9/lib/include/MI_dma.h index eddcedbb..15dc2c06 100644 --- a/arm9/lib/include/MI_dma.h +++ b/arm9/lib/include/MI_dma.h @@ -1,6 +1,8 @@ -#ifndef NITRO_MI_DMA_H_ -#define NITRO_MI_DMA_H_ +#ifndef POKEDIAMOND_ARM9_MI_DMA_H +#define POKEDIAMOND_ARM9_MI_DMA_H + +#include "nitro/MI_dma_shared.h" typedef void (*MIDmaCallback)(void *); -#endif //NITRO_MI_DMA_H_ +#endif //POKEDIAMOND_ARM9_MI_DMA_H -- cgit v1.2.3