X-Git-Url: http://rtime.felk.cvut.cz/gitweb/arc.git/blobdiff_plain/46ff634c2f2df95d1ea647bcf62c4da5ca54e288..ab0f437f4f8b7fa1860125657c517b7b65bc1b01:/arch/ppc/mpc55xx/drivers/Dma.h diff --git a/arch/ppc/mpc55xx/drivers/Dma.h b/arch/ppc/mpc55xx/drivers/Dma.h index da43a2d0..dcea7a3b 100644 --- a/arch/ppc/mpc55xx/drivers/Dma.h +++ b/arch/ppc/mpc55xx/drivers/Dma.h @@ -346,6 +346,7 @@ extern const Dma_ConfigType DmaConfig []; void Dma_Init (const Dma_ConfigType *ConfigPtr); +void Dma_DeInit (void ); void Dma_ConfigureChannel (Dma_TcdType *tcd, Dma_ChannelType channel); void Dma_ConfigureChannelTranferSize (uint32_t nbrOfIterations, Dma_ChannelType channel); void Dma_ConfigureChannelSourceCorr (uint32_t sourceCorrection, Dma_ChannelType channel);