blob: dbe8855438958d20aa926882c2b20986201719c4 [file] [log] [blame]
Vegard Nossum77ef50a2008-06-18 17:08:48 +02001#ifndef ASM_X86__DEVICE_H
2#define ASM_X86__DEVICE_H
Thomas Gleixner003a46c2007-10-15 13:57:47 +02003
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
Vegard Nossum77ef50a2008-06-18 17:08:48 +020013#endif /* ASM_X86__DEVICE_H */