Linux 4.18.10
[linux/fpc-iii.git] / arch / unicore32 / include / asm / dma-mapping.h
blob790bc2ef4af271c955cb6975029419ac65b33860
1 /*
2 * linux/arch/unicore32/include/asm/dma-mapping.h
4 * Code specific to PKUnity SoC and UniCore ISA
6 * Copyright (C) 2001-2010 GUAN Xue-tao
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
12 #ifndef __UNICORE_DMA_MAPPING_H__
13 #define __UNICORE_DMA_MAPPING_H__
15 #include <linux/swiotlb.h>
17 static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
19 return &swiotlb_dma_ops;
22 #endif