summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/pci.h
blob: 853e19b324f275d33b0e3faca62e030ce560b0f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* $Id: pci.h,v 1.5 1999/01/04 16:09:24 ralf Exp $
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 */
#ifndef _ASM_PCI_H
#define _ASM_PCI_H

/* Can be used to override the logic in pci_scan_bus for skipping
   already-configured bus numbers - to be used for buggy BIOSes
   or architectures with incomplete PCI setup by the loader */

#define pcibios_assign_all_busses()	0

#endif /* _ASM_PCI_H */