summaryrefslogtreecommitdiff
path: root/arm9/lib/include/MI_dma.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-07 19:39:53 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-07 19:39:53 -0400
commit994cfcbc9a1e42043b25ae3ab6471b8ecbd55ff1 (patch)
tree836736bec38533dc7b06db3b34d1973c38f3bde9 /arm9/lib/include/MI_dma.h
parent34ec05f983cec0517765640d084f58e86aa20d79 (diff)
FS_rom.c
Diffstat (limited to 'arm9/lib/include/MI_dma.h')
-rw-r--r--arm9/lib/include/MI_dma.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/lib/include/MI_dma.h b/arm9/lib/include/MI_dma.h
new file mode 100644
index 00000000..eddcedbb
--- /dev/null
+++ b/arm9/lib/include/MI_dma.h
@@ -0,0 +1,6 @@
+#ifndef NITRO_MI_DMA_H_
+#define NITRO_MI_DMA_H_
+
+typedef void (*MIDmaCallback)(void *);
+
+#endif //NITRO_MI_DMA_H_