aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-um/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/pci.h')
-rw-r--r--include/asm-um/pci.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-um/pci.h b/include/asm-um/pci.h
new file mode 100644
index 000000000000..59923199cdc3
--- /dev/null
+++ b/include/asm-um/pci.h
@@ -0,0 +1,7 @@
+#ifndef __UM_PCI_H
+#define __UM_PCI_H
+
+#define PCI_DMA_BUS_IS_PHYS (1)
+#define pcibios_scan_all_fns(a, b) 0
+
+#endif