Thomas Gleixner | 003a46c | 2007-10-15 13:57:47 +0200 | [diff] [blame] | 1 | #ifndef _ASM_X86_DEVICE_H |
2 | #define _ASM_X86_DEVICE_H | ||||
3 | |||||
4 | struct dev_archdata { | ||||
5 | #ifdef CONFIG_ACPI | ||||
6 | void *acpi_handle; | ||||
Thomas Gleixner | 96a388d | 2007-10-11 11:20:03 +0200 | [diff] [blame] | 7 | #endif |
Keshavamurthy, Anil S | 358dd8a | 2007-10-21 16:41:59 -0700 | [diff] [blame] | 8 | #ifdef CONFIG_DMAR |
9 | void *iommu; /* hook for IOMMU specific extension */ | ||||
10 | #endif | ||||
Thomas Gleixner | 003a46c | 2007-10-15 13:57:47 +0200 | [diff] [blame] | 11 | }; |
12 | |||||
13 | #endif /* _ASM_X86_DEVICE_H */ |