aboutsummaryrefslogtreecommitdiff
path: root/include/asm-avr32/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-avr32/pci.h')
-rw-r--r--include/asm-avr32/pci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-avr32/pci.h b/include/asm-avr32/pci.h
new file mode 100644
index 00000000000..0f5f134b896
--- /dev/null
+++ b/include/asm-avr32/pci.h
@@ -0,0 +1,8 @@
+#ifndef __ASM_AVR32_PCI_H__
+#define __ASM_AVR32_PCI_H__
+
+/* We don't support PCI yet, but some drivers require this file anyway */
+
+#define PCI_DMA_BUS_IS_PHYS (1)
+
+#endif /* __ASM_AVR32_PCI_H__ */