blob: 87a715367a1b11a9db24d569682d22f780352be7 [file] [log] [blame]
Thomas Gleixner003a46c2007-10-15 13:57:47 +02001#ifndef _ASM_X86_DEVICE_H
2#define _ASM_X86_DEVICE_H
3
4struct dev_archdata {
5#ifdef CONFIG_ACPI
6 void *acpi_handle;
Thomas Gleixner96a388d2007-10-11 11:20:03 +02007#endif
Keshavamurthy, Anil S358dd8a2007-10-21 16:41:59 -07008#ifdef CONFIG_DMAR
9 void *iommu; /* hook for IOMMU specific extension */
10#endif
Thomas Gleixner003a46c2007-10-15 13:57:47 +020011};
12
13#endif /* _ASM_X86_DEVICE_H */