summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/calypso/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/include/calypso/dma.h')
-rw-r--r--src/target/firmware/include/calypso/dma.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/target/firmware/include/calypso/dma.h b/src/target/firmware/include/calypso/dma.h
new file mode 100644
index 00000000..00b9bde7
--- /dev/null
+++ b/src/target/firmware/include/calypso/dma.h
@@ -0,0 +1,6 @@
+#ifndef _CALYPSO_DMA_H
+#define _CALYPSO_DMA_H
+
+void dma_init(void);
+
+#endif /* _CALYPSO_DMA_H */