irqchip: Fix dependencies for archs w/o HAS_IOMEM
[linux/fpc-iii.git] / arch / xtensa / include / asm / device.h
blobfe1f5c878493845703b188747857aedc5cda7a21
1 /*
2 * Arch specific extensions to struct device
4 * This file is released under the GPLv2
5 */
6 #ifndef _ASM_XTENSA_DEVICE_H
7 #define _ASM_XTENSA_DEVICE_H
9 struct dma_map_ops;
11 struct dev_archdata {
12 /* DMA operations on that device */
13 struct dma_map_ops *dma_ops;
16 struct pdev_archdata {
19 #endif /* _ASM_XTENSA_DEVICE_H */