summaryrefslogtreecommitdiffstats
path: root/include/asm-cris/dma.h
diff options
context:
space:
mode:
authorMikael Starvik <mikael.starvik@axis.com>2005-07-27 20:44:40 +0200
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-28 01:26:00 +0200
commit59c61138a556cf89692e0d5bd2c9de5df54b824f (patch)
treed068341a2b6384a5b8be6b86b85a2b1073f43a19 /include/asm-cris/dma.h
parent[PATCH] CRIS update: mm (diff)
downloadlinux-59c61138a556cf89692e0d5bd2c9de5df54b824f.tar.xz
linux-59c61138a556cf89692e0d5bd2c9de5df54b824f.zip
[PATCH] CRIS update: pci
Patches to make it possible to add PCI support. Signed-off-by: Mikael Starvik <starvik@axis.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 */