/* $Id: pci.h,v 1.1.1.1 2003/07/02 13:56:58 eleph Exp $ */ #ifndef __i386_PCI_H #define __i386_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 /* __i386_PCI_H */