blob: 1bece04c7d9d9b829d6d51abe191ce1b8abf0da9 [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
FUJITA Tomonori8d8bb392008-07-25 19:44:49 -07008#ifdef CONFIG_X86_64
9struct dma_mapping_ops *dma_ops;
10#endif
Keshavamurthy, Anil S358dd8a2007-10-21 16:41:59 -070011#ifdef CONFIG_DMAR
12 void *iommu; /* hook for IOMMU specific extension */
13#endif
Thomas Gleixner003a46c2007-10-15 13:57:47 +020014};
15
Vegard Nossum77ef50a2008-06-18 17:08:48 +020016#endif /* ASM_X86__DEVICE_H */