Linux 4.18.10
[linux/fpc-iii.git] / arch / xtensa / include / asm / dma-mapping.h
blob44098800dad7f8d6389434dc57427ab95f05a306
1 /*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
6 * Copyright (C) 2003 - 2005 Tensilica Inc.
7 * Copyright (C) 2015 Cadence Design Systems Inc.
8 */
10 #ifndef _XTENSA_DMA_MAPPING_H
11 #define _XTENSA_DMA_MAPPING_H
13 #include <asm/cache.h>
14 #include <asm/io.h>
16 #include <linux/mm.h>
17 #include <linux/scatterlist.h>
19 extern const struct dma_map_ops xtensa_dma_map_ops;
21 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
23 return &xtensa_dma_map_ops;
26 #endif /* _XTENSA_DMA_MAPPING_H */