summaryrefslogtreecommitdiff
path: root/include/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dma.h')
-rw-r--r--include/dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dma.h b/include/dma.h
index 3ecef70361..03d4d3bdb6 100644
--- a/include/dma.h
+++ b/include/dma.h
@@ -107,7 +107,7 @@ void dma_dump(enum dma_channel channel);
/**
* Testing: Test that DMA works correctly for memory to memory transfers
*/
-void dma_test(void);
+void dma_test(enum dma_channel channel);
#endif /* CONFIG_DMA_HELP */
/**