Fix ia64 compilation IS_ERR and PTE_ERR errors.
[deliverable/linux.git] / arch / ia64 / kernel / dma-mapping.c
CommitLineData
4d9b977c
FT
1#include <linux/dma-mapping.h>
2
fb446727
FT
3/* Set this to 1 if there is a HW IOMMU in the system */
4int iommu_detected __read_mostly;
5
160c1d8e 6struct dma_map_ops *dma_ops;
4d9b977c 7EXPORT_SYMBOL(dma_ops);
c190ab0b 8
160c1d8e 9struct dma_map_ops *dma_get_ops(struct device *dev)
c190ab0b
FT
10{
11 return dma_ops;
12}
13EXPORT_SYMBOL(dma_get_ops);
This page took 0.060048 seconds and 5 git commands to generate.