diff options
Diffstat (limited to 'arch/um/include/asm/pci.h')
-rw-r--r-- | arch/um/include/asm/pci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/um/include/asm/pci.h b/arch/um/include/asm/pci.h new file mode 100644 index 00000000..b44cf59e --- /dev/null +++ b/arch/um/include/asm/pci.h @@ -0,0 +1,6 @@ +#ifndef __UM_PCI_H +#define __UM_PCI_H + +#define PCI_DMA_BUS_IS_PHYS (1) + +#endif |