xref: /openbmc/linux/arch/s390/include/asm/pci.h (revision c6557e7f)
1c6557e7fSMartin Schwidefsky #ifndef __ASM_S390_PCI_H
2c6557e7fSMartin Schwidefsky #define __ASM_S390_PCI_H
3c6557e7fSMartin Schwidefsky 
4c6557e7fSMartin Schwidefsky /* S/390 systems don't have a PCI bus. This file is just here because some stupid .c code
5c6557e7fSMartin Schwidefsky  * includes it even if CONFIG_PCI is not set.
6c6557e7fSMartin Schwidefsky  */
7c6557e7fSMartin Schwidefsky #define PCI_DMA_BUS_IS_PHYS (0)
8c6557e7fSMartin Schwidefsky 
9c6557e7fSMartin Schwidefsky #endif /* __ASM_S390_PCI_H */
10c6557e7fSMartin Schwidefsky 
11