summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/sdma-imx31.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/sdma-imx31.h')
-rw-r--r--firmware/target/arm/imx31/sdma-imx31.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/sdma-imx31.h b/firmware/target/arm/imx31/sdma-imx31.h
index fa8195198b..5daa33d7ba 100644
--- a/firmware/target/arm/imx31/sdma-imx31.h
+++ b/firmware/target/arm/imx31/sdma-imx31.h
@@ -212,7 +212,7 @@ void sdma_init(void);
212void sdma_read_words(unsigned long *buf, unsigned long start, int count); 212void sdma_read_words(unsigned long *buf, unsigned long start, int count);
213void sdma_write_words(const unsigned long *buf, unsigned long start, int count); 213void sdma_write_words(const unsigned long *buf, unsigned long start, int count);
214void sdma_channel_set_priority(unsigned int channel, unsigned int priority); 214void sdma_channel_set_priority(unsigned int channel, unsigned int priority);
215void sdma_channel_start(unsigned int channel); 215bool sdma_channel_reset(unsigned int channel);
216void sdma_channel_run(unsigned int channel); 216void sdma_channel_run(unsigned int channel);
217void sdma_channel_pause(unsigned int channel); 217void sdma_channel_pause(unsigned int channel);
218void sdma_channel_stop(unsigned int channel); 218void sdma_channel_stop(unsigned int channel);