]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/h8300/include/asm/dma-mapping.h
Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/linux/kerne...
[mirror_ubuntu-artful-kernel.git] / arch / h8300 / include / asm / dma-mapping.h
CommitLineData
d2a5f499
YS
1#ifndef _H8300_DMA_MAPPING_H
2#define _H8300_DMA_MAPPING_H
3
5299709d 4extern const struct dma_map_ops h8300_dma_map_ops;
d2a5f499 5
815dd187 6static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
d2a5f499
YS
7{
8 return &h8300_dma_map_ops;
9}
10
d2a5f499 11#endif