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
10 #ifdef CONFIG_DMA_PERDEV_COHERENT
11 /* Non-zero if DMA is coherent with CPU caches */
16 struct pdev_archdata
{
19 #endif /* _ASM_MIPS_DEVICE_H*/