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