Go to the documentation of this file. 1 #ifndef _ASM_GENERIC_DMA_MAPPING_H
2 #define _ASM_GENERIC_DMA_MAPPING_H
19 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
20 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h)
59 #define dma_sync_single_for_device dma_sync_single_for_cpu
60 #define dma_sync_single_range_for_device dma_sync_single_range_for_cpu
61 #define dma_sync_sg_for_device dma_sync_sg_for_cpu