aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-m32r/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m32r/pci.h')
-rw-r--r--include/asm-m32r/pci.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-m32r/pci.h b/include/asm-m32r/pci.h
new file mode 100644
index 000000000000..00d7b6f39a33
--- /dev/null
+++ b/include/asm-m32r/pci.h
@@ -0,0 +1,10 @@
+#ifndef _ASM_M32R_PCI_H
+#define _ASM_M32R_PCI_H
+
+/* $Id$ */
+
+#include <asm-generic/pci.h>
+
+#define PCI_DMA_BUS_IS_PHYS (1)
+
+#endif /* _ASM_M32R_PCI_H */