174462Salfred/* SPDX-License-Identifier: GPL-2.0 */
274462Salfred#ifndef _ASM_X86_DMA_MAPPING_H
3261046Smav#define _ASM_X86_DMA_MAPPING_H
4261046Smav
5261046Smavextern const struct dma_map_ops *dma_ops;
674462Salfred
7261046Smavstatic inline const struct dma_map_ops *get_arch_dma_ops(void)
8261046Smav{
9261046Smav	return dma_ops;
10261046Smav}
11261046Smav
12261046Smav#endif
13261046Smav