Greentime Hu | 80081b3 | 2017-10-24 16:22:35 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | // Copyright (C) 2005-2017 Andes Technology Corporation | ||||
3 | |||||
4 | #ifndef ASMNDS32_DMA_MAPPING_H | ||||
5 | #define ASMNDS32_DMA_MAPPING_H | ||||
6 | |||||
7 | extern struct dma_map_ops nds32_dma_ops; | ||||
8 | |||||
9 | static inline struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) | ||||
10 | { | ||||
11 | return &nds32_dma_ops; | ||||
12 | } | ||||
13 | |||||
14 | #endif |