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