1 #ifndef _ASM_X86_DEVICE_H
2 #define _ASM_X86_DEVICE_H
9 struct dma_map_ops
*dma_ops
;
11 #if defined(CONFIG_DMAR) || defined(CONFIG_AMD_IOMMU)
12 void *iommu
; /* hook for IOMMU specific extension */
16 struct pdev_archdata
{
19 #endif /* _ASM_X86_DEVICE_H */