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