Cosmetics and coding style fixes in devices/*.
[coreboot.git] / src / include / device / pcix.h
1 #ifndef DEVICE_PCIX_H
2 #define DEVICE_PCIX_H
3 /* (c) 2005 Linux Networx GPL see COPYING for details */
4
5 unsigned int pcix_scan_bus(struct bus *bus, unsigned int min_devfn,
6                            unsigned int max_devfn, unsigned int max);
7 unsigned int pcix_scan_bridge(device_t dev, unsigned int max);
8 const char *pcix_speed(u16 sstatus);
9
10 extern struct device_operations default_pcix_ops_bus;
11
12 #endif /* DEVICE_PCIX_H */