blob: 5d53666935e6bacf733bb4c03d46c1c241618ff0 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ALPHA_DMA_MAPPING_H
2#define _ALPHA_DMA_MAPPING_H
3
Bart Van Assche52997092017-01-20 13:04:01 -08004extern const struct dma_map_ops *dma_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
Bart Van Assche815dd182017-01-20 13:04:04 -08006static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
FUJITA Tomonoric186cac2010-03-10 15:23:37 -08007{
8 return dma_ops;
9}
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
Al Virod0a23392007-01-30 13:23:55 +000011#define dma_cache_sync(dev, va, size, dir) ((void)0)
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
13#endif /* _ALPHA_DMA_MAPPING_H */