4 /* Can be used to override the logic in pci_scan_bus for skipping
5 * already-configured bus numbers - to be used for buggy BIOSes
6 * or architectures with incomplete PCI setup by the loader.
8 #define pcibios_assign_all_busses() 0
10 #endif /* __PPC_PCI_H */