blob: e65f0b894a3e6310e44a9172d6b218a3ec5ba9db (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef POKEDIAMOND_ARM7_MI_DMA_H
#define POKEDIAMOND_ARM7_MI_DMA_H
#include "nitro/MI_dma_shared.h"
#include "nitro/types.h"
void MI_StopDma(u32 channel);
void MI_WaitDma(u32 channel);
#endif
|