PCI subsystem: Drop parameter max from scan_bus
[coreboot.git] / src / include / device / pcix.h
blob75be7aa4e5a003908cde7697e994f8c26d6c6d4e
1 #ifndef DEVICE_PCIX_H
2 #define DEVICE_PCIX_H
3 /* (c) 2005 Linux Networx GPL see COPYING for details */
5 unsigned int pcix_scan_bridge(device_t dev, unsigned int max);
6 const char *pcix_speed(u16 sstatus);
8 extern struct device_operations default_pcix_ops_bus;
10 #endif /* DEVICE_PCIX_H */