ARM: 7130/1: dev_archdata: add private iommu extension
[linux-2.6/btrfs-unstable.git] / arch / arm / include / asm / device.h
blob6615f03f56a551c7baf2251d4d0633aa61ff0a9d
1 /*
2 * Arch specific extensions to struct device
4 * This file is released under the GPLv2
5 */
6 #ifndef ASMARM_DEVICE_H
7 #define ASMARM_DEVICE_H
9 struct dev_archdata {
10 #ifdef CONFIG_DMABOUNCE
11 struct dmabounce_device_info *dmabounce;
12 #endif
13 #ifdef CONFIG_IOMMU_API
14 void *iommu; /* private IOMMU data */
15 #endif
18 struct pdev_archdata {
21 #endif