summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/pci.h
blob: 17c8ce462fe8d8ee6120018e34bcf4b701bff1ab (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __SPARC_PCI_H
#define __SPARC_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 /* __SPARC_PCI_H */