diff options
Diffstat (limited to 'include/asm-m32r/pci.h')
-rw-r--r-- | include/asm-m32r/pci.h | 10 |
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 @@ | |||
1 | #ifndef _ASM_M32R_PCI_H | ||
2 | #define _ASM_M32R_PCI_H | ||
3 | |||
4 | /* $Id$ */ | ||
5 | |||
6 | #include <asm-generic/pci.h> | ||
7 | |||
8 | #define PCI_DMA_BUS_IS_PHYS (1) | ||
9 | |||
10 | #endif /* _ASM_M32R_PCI_H */ | ||