Merge tag 'pci-v6.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
[linux-2.6-block.git] / arch / x86 / include / asm / dma-mapping.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1965aae3
PA
2#ifndef _ASM_X86_DMA_MAPPING_H
3#define _ASM_X86_DMA_MAPPING_H
6f536635 4
5299709d 5extern const struct dma_map_ops *dma_ops;
160c1d8e 6
ade1229c 7static inline const struct dma_map_ops *get_arch_dma_ops(void)
c786df08 8{
8d8bb39b 9 return dma_ops;
8d8bb39b
FT
10}
11
6f536635 12#endif