summaryrefslogtreecommitdiffstats
path: root/src/arch/riscv/include/bits/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/riscv/include/bits/dma.h')
-rw-r--r--src/arch/riscv/include/bits/dma.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/arch/riscv/include/bits/dma.h b/src/arch/riscv/include/bits/dma.h
new file mode 100644
index 000000000..f7decd14c
--- /dev/null
+++ b/src/arch/riscv/include/bits/dma.h
@@ -0,0 +1,14 @@
+#ifndef _BITS_DMA_H
+#define _BITS_DMA_H
+
+/** @file
+ *
+ * RISCV-specific DMA API implementations
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
+#include <ipxe/riscv_dma.h>
+
+#endif /* _BITS_DMA_H */