1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_X86_DEVICE_H
3 #define _ASM_X86_DEVICE_H
6 #if defined(CONFIG_INTEL_IOMMU) || defined(CONFIG_AMD_IOMMU)
7 void *iommu
; /* hook for IOMMU specific extension */
11 struct pdev_archdata
{
14 #endif /* _ASM_X86_DEVICE_H */