diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-12 20:59:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 20:59:37 +0300 |
commit | a2dc5cb0cf5db3b4d8103ab5abc6e67faae2e3d3 (patch) | |
tree | b39057449acad0ae7866534e5bdbad99091bd9f7 /arm7/lib/include/MI_dma.h | |
parent | 5c34c97254b35f93d9254e63265446f9f7d50817 (diff) | |
parent | 45f97db651b38ea41d33402efea293e50a31725a (diff) |
Merge branch 'master' into master
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 |