1 #ifndef __ASM_AVR32_DMA_MAPPING_H
2 #define __ASM_AVR32_DMA_MAPPING_H
4 extern void dma_cache_sync(struct device
*dev
, void *vaddr
, size_t size
,
7 extern const struct dma_map_ops avr32_dma_ops
;
9 static inline const struct dma_map_ops
*get_arch_dma_ops(struct bus_type
*bus
)
11 return &avr32_dma_ops
;
14 #endif /* __ASM_AVR32_DMA_MAPPING_H */