2 * Arch specific extensions to struct device
4 * This file is released under the GPLv2
6 #ifndef ASMARM_DEVICE_H
7 #define ASMARM_DEVICE_H
10 #ifdef CONFIG_DMABOUNCE
11 struct dmabounce_device_info
*dmabounce
;
13 #ifdef CONFIG_IOMMU_API
14 void *iommu
; /* private IOMMU data */
18 struct pdev_archdata
{