blob: 4ff53c041c64e2ad839e6c290817d81c528a09bb [file] [log] [blame]
Joao Pintoc1678ff2016-03-10 14:44:13 -06001/*
2 * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8
9#ifndef _ASM_ARC_PCI_H
10#define _ASM_ARC_PCI_H
11
12#ifdef __KERNEL__
13#include <linux/ioport.h>
14
15#define PCIBIOS_MIN_IO 0x100
16#define PCIBIOS_MIN_MEM 0x100000
17
18#define pcibios_assign_all_busses() 1
Joao Pintoc1678ff2016-03-10 14:44:13 -060019
20#endif /* __KERNEL__ */
21
22#endif /* _ASM_ARC_PCI_H */