summaryrefslogtreecommitdiff
path: root/arm7/lib/include/MI_dma.h
blob: b728f814725295866cedcf565117f6dcf951f70c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GUARD_MI_DMA_H
#define GUARD_MI_DMA_H

#include "nitro/dma.h"
#include "nitro/types.h"

void MI_StopDma(u32 channel);
void MI_WaitDma(u32 channel);

#endif