blob: cd0c166bfbc23ed0a47505be7e2757fa27eb774f [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001// SPDX-License-Identifier: GPL-2.0
Olivier Deprez157378f2022-04-04 15:47:50 +02002#include <linux/dma-map-ops.h>
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00003#include <linux/export.h>
4
5/* Set this to 1 if there is a HW IOMMU in the system */
6int iommu_detected __read_mostly;
7
8const struct dma_map_ops *dma_ops;
9EXPORT_SYMBOL(dma_ops);