2 * Arch specific extensions to struct device
4 * This file is released under the GPLv2
6 #ifndef _ASM_MIPS_DEVICE_H
7 #define _ASM_MIPS_DEVICE_H
12 /* DMA operations on that device */
13 struct dma_map_ops *dma_ops;
16 struct pdev_archdata {
19 #endif /* _ASM_MIPS_DEVICE_H*/