blob: 880a292d792fbab4f576a57d7dc31f082e28332b [file] [log] [blame]
Christoph Hellwigc5cd0372017-12-23 10:56:51 +01001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _ASM_GENERIC_DMA_MAPPING_H
3#define _ASM_GENERIC_DMA_MAPPING_H
4
5static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
6{
Christoph Hellwig002e6742018-01-09 16:30:23 +01007 return &dma_direct_ops;
Christoph Hellwigc5cd0372017-12-23 10:56:51 +01008}
9
10#endif /* _ASM_GENERIC_DMA_MAPPING_H */