Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Joao Pinto | c1678ff | 2016-03-10 14:44:13 -0600 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) |
Joao Pinto | c1678ff | 2016-03-10 14:44:13 -0600 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef _ASM_ARC_PCI_H |
| 7 | #define _ASM_ARC_PCI_H |
| 8 | |
| 9 | #ifdef __KERNEL__ |
| 10 | #include <linux/ioport.h> |
| 11 | |
| 12 | #define PCIBIOS_MIN_IO 0x100 |
| 13 | #define PCIBIOS_MIN_MEM 0x100000 |
| 14 | |
| 15 | #define pcibios_assign_all_busses() 1 |
Joao Pinto | c1678ff | 2016-03-10 14:44:13 -0600 | [diff] [blame] | 16 | |
| 17 | #endif /* __KERNEL__ */ |
| 18 | |
| 19 | #endif /* _ASM_ARC_PCI_H */ |