blob: 024c548b3eafe67a41d4c4c2498ba77dd032d47a [file] [log] [blame]
#ifndef DEVICE_PCIX_H
#define DEVICE_PCIX_H
/* (c) 2005 Linux Networx GPL see COPYING for details */
void pcix_scan_bridge(device_t dev);
const char *pcix_speed(u16 sstatus);
extern struct device_operations default_pcix_ops_bus;
#endif /* DEVICE_PCIX_H */