summaryrefslogtreecommitdiff
path: root/arch/metag/include/asm/dma-mapping.h
blob: 340265dcf839ba950de9ac457f4fc856941ce451 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _ASM_METAG_DMA_MAPPING_H
#define _ASM_METAG_DMA_MAPPING_H

extern const struct dma_map_ops metag_dma_ops;

static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
{
	return &metag_dma_ops;
}

#endif