xref: /openbmc/linux/arch/arc/include/asm/pci.h (revision 75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37)
1*d2912cb1SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2c1678ffcSJoao Pinto /*
3c1678ffcSJoao Pinto  * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
4c1678ffcSJoao Pinto  */
5c1678ffcSJoao Pinto 
6c1678ffcSJoao Pinto #ifndef _ASM_ARC_PCI_H
7c1678ffcSJoao Pinto #define _ASM_ARC_PCI_H
8c1678ffcSJoao Pinto 
9c1678ffcSJoao Pinto #ifdef __KERNEL__
10c1678ffcSJoao Pinto #include <linux/ioport.h>
11c1678ffcSJoao Pinto 
12c1678ffcSJoao Pinto #define PCIBIOS_MIN_IO 0x100
13c1678ffcSJoao Pinto #define PCIBIOS_MIN_MEM 0x100000
14c1678ffcSJoao Pinto 
15c1678ffcSJoao Pinto #define pcibios_assign_all_busses()	1
16c1678ffcSJoao Pinto 
17c1678ffcSJoao Pinto #endif /* __KERNEL__ */
18c1678ffcSJoao Pinto 
19c1678ffcSJoao Pinto #endif /* _ASM_ARC_PCI_H */
20