aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/dma.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/dma.h')
-rw-r--r--include/asm-cris/dma.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-cris/dma.h b/include/asm-cris/dma.h
index c229fac35cdc..6f188dc56138 100644
--- a/include/asm-cris/dma.h
+++ b/include/asm-cris/dma.h
@@ -10,4 +10,12 @@
#define MAX_DMA_ADDRESS PAGE_OFFSET
+/* From PCI */
+
+#ifdef CONFIG_PCI
+extern int isa_dma_bridge_buggy;
+#else
+#define isa_dma_bridge_buggy (0)
+#endif
+
#endif /* _ASM_DMA_H */