unify {de,}mangle_poll(), get rid of kernel-side POLL...
[cris-mirror.git] / arch / mips / include / asm / device.h
blob6aa796f1081a90b0b2f1dded017cb29fce683c09
1 /*
2 * Arch specific extensions to struct device
4 * This file is released under the GPLv2
5 */
6 #ifndef _ASM_MIPS_DEVICE_H
7 #define _ASM_MIPS_DEVICE_H
9 struct dev_archdata {
10 #ifdef CONFIG_DMA_PERDEV_COHERENT
11 /* Non-zero if DMA is coherent with CPU caches */
12 bool dma_coherent;
13 #endif
16 struct pdev_archdata {
19 #endif /* _ASM_MIPS_DEVICE_H*/