/* * Arch specific extensions to struct device * * This file is released under the GPLv2 */#ifndef _ASM_MIPS_DEVICE_H#define _ASM_MIPS_DEVICE_Hstructdma_map_ops;structdev_archdata{/* DMA operations on that device */structdma_map_ops*dma_ops;};structpdev_archdata{};#endif /* _ASM_MIPS_DEVICE_H*/