gm45: Allow coexistance with ME firmware.
[coreboot.git] / src / include / device / pcix.h
blob4ffab5bba770f3279e5631b697537702ab2cdd3d
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_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);
10 extern struct device_operations default_pcix_ops_bus;
12 #endif /* DEVICE_PCIX_H */