Merge branch 'x86/microcode' into x86/urgent, to pick up cleanup
[linux/fpc-iii.git] / arch / avr32 / include / asm / dma-mapping.h
blob7388451f9905004f6bca38e8064562dcc47c4926
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,
5 int direction);
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 */