summaryrefslogtreecommitdiff
path: root/arm7/lib/include/MI_dma.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-06-12 14:39:00 -0400
committerGitHub <noreply@github.com>2020-06-12 14:39:00 -0400
commit09514ee0e6982c61d884682b4b747a4383f0d1b8 (patch)
treefe67fb209023d19114ca07efa71f1846dd030911 /arm7/lib/include/MI_dma.h
parent2d8d454dfe8691f4cd1077c50ab6f3c286c28ce1 (diff)
parentc4263506fa96acc210d1cf356023a3ffde805a0b (diff)
Merge branch 'master' into pikalax_work
Diffstat (limited to 'arm7/lib/include/MI_dma.h')
-rw-r--r--arm7/lib/include/MI_dma.h10
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