diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2008-12-03 08:58:24 -0500 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-01-03 08:11:08 -0500 |
commit | 4c5478c94eb29e6101f1f13175f7455bc8b5d953 (patch) | |
tree | 6235e9d9a22230c837f420f4f8d655817be8efa7 /include | |
parent | 5d450806eb0e569c5846a5825e7f535980b0da32 (diff) |
VT-d: adapt device attach and detach functions for IOMMU API
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/intel-iommu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/intel-iommu.h b/include/linux/intel-iommu.h index 0a7ba0cefc74..9909c5a1b20f 100644 --- a/include/linux/intel-iommu.h +++ b/include/linux/intel-iommu.h | |||
@@ -330,10 +330,6 @@ extern int qi_flush_iotlb(struct intel_iommu *iommu, u16 did, u64 addr, | |||
330 | 330 | ||
331 | extern void qi_submit_sync(struct qi_desc *desc, struct intel_iommu *iommu); | 331 | extern void qi_submit_sync(struct qi_desc *desc, struct intel_iommu *iommu); |
332 | 332 | ||
333 | int intel_iommu_attach_device(struct dmar_domain *domain, | ||
334 | struct pci_dev *pdev); | ||
335 | void intel_iommu_detach_device(struct dmar_domain *domain, | ||
336 | struct pci_dev *pdev); | ||
337 | int intel_iommu_map_address(struct dmar_domain *domain, dma_addr_t iova, | 333 | int intel_iommu_map_address(struct dmar_domain *domain, dma_addr_t iova, |
338 | u64 hpa, size_t size, int prot); | 334 | u64 hpa, size_t size, int prot); |
339 | void intel_iommu_unmap_address(struct dmar_domain *domain, | 335 | void intel_iommu_unmap_address(struct dmar_domain *domain, |