X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Fdevice.h;h=87a715367a1b11a9db24d569682d22f780352be7;hb=b4029b310795c2142afa6037668e7d4f5d8224bc;hp=d9ee5e52e91b28b9418c5a0ad61ff291ea0d51c9;hpb=fe2520094d88018423dfc42b3cd0015f74e8adea;p=linux-2.6 diff --git a/include/asm-x86/device.h b/include/asm-x86/device.h index d9ee5e52e9..87a715367a 100644 --- a/include/asm-x86/device.h +++ b/include/asm-x86/device.h @@ -5,6 +5,9 @@ struct dev_archdata { #ifdef CONFIG_ACPI void *acpi_handle; #endif +#ifdef CONFIG_DMAR + void *iommu; /* hook for IOMMU specific extension */ +#endif }; #endif /* _ASM_X86_DEVICE_H */