Since some people disapprove of white space cleanups mixed in regular commits
[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,
6         unsigned min_devfn, unsigned max_devfn, unsigned int max);
7 unsigned int pcix_scan_bridge(device_t dev, unsigned int max);
8 const char *pcix_speed(unsigned sstatus);
9
10 extern struct device_operations default_pcix_ops_bus;
11
12 #endif /* DEVICE_PCIX_H */