diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-12 20:59:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 20:59:21 +0300 |
commit | 45f97db651b38ea41d33402efea293e50a31725a (patch) | |
tree | 88356e29ef6430c23f215e782ff38bc6f166b901 /arm7/lib/include/MI_dma.h | |
parent | e672765bfe4b9272e91309872b01730dc3b6d3f7 (diff) | |
parent | 89552d3e1637383b6c974100a89ea0909d121125 (diff) |
Merge pull request #161 from Cleverking2003/master
Decompile arm7 MI
Diffstat (limited to 'arm7/lib/include/MI_dma.h')
-rw-r--r-- | arm7/lib/include/MI_dma.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arm7/lib/include/MI_dma.h b/arm7/lib/include/MI_dma.h new file mode 100644 index 00000000..b728f814 --- /dev/null +++ b/arm7/lib/include/MI_dma.h @@ -0,0 +1,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 |