blob: e3a68aa5adec66822c419b1c3cf67a41325b8aee [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2013 - 2020 Intel Corporation */
#ifndef IPU_DMA_H
#define IPU_DMA_H
#include <linux/iova.h>
struct ipu_mmu_info;
struct ipu_dma_mapping {
struct ipu_mmu_info *mmu_info;
struct iova_domain iovad;
struct kref ref;
};
extern const struct dma_map_ops ipu_dma_ops;
#endif /* IPU_DMA_H */