diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/include/asm/device.h')
-rw-r--r-- | ANDROID_3.4.5/arch/x86/include/asm/device.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ANDROID_3.4.5/arch/x86/include/asm/device.h b/ANDROID_3.4.5/arch/x86/include/asm/device.h deleted file mode 100644 index 63a2a03d..00000000 --- a/ANDROID_3.4.5/arch/x86/include/asm/device.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _ASM_X86_DEVICE_H -#define _ASM_X86_DEVICE_H - -struct dev_archdata { -#ifdef CONFIG_ACPI - void *acpi_handle; -#endif -#ifdef CONFIG_X86_64 -struct dma_map_ops *dma_ops; -#endif -#if defined(CONFIG_INTEL_IOMMU) || defined(CONFIG_AMD_IOMMU) - void *iommu; /* hook for IOMMU specific extension */ -#endif -}; - -struct pdev_archdata { -}; - -#endif /* _ASM_X86_DEVICE_H */ |