Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
0004  */
0005 
0006 #ifndef _ASM_ARC_PCI_H
0007 #define _ASM_ARC_PCI_H
0008 
0009 #ifdef __KERNEL__
0010 #include <linux/ioport.h>
0011 
0012 #define PCIBIOS_MIN_IO 0x100
0013 #define PCIBIOS_MIN_MEM 0x100000
0014 
0015 #define pcibios_assign_all_busses() 1
0016 
0017 #endif /* __KERNEL__ */
0018 
0019 #endif /* _ASM_ARC_PCI_H */