aboutsummaryrefslogtreecommitdiff
path: root/src/include/device/pcix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device/pcix.h')
-rw-r--r--src/include/device/pcix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/device/pcix.h b/src/include/device/pcix.h
index 75be7aa4e5..024c548b3e 100644
--- a/src/include/device/pcix.h
+++ b/src/include/device/pcix.h
@@ -2,7 +2,8 @@
#define DEVICE_PCIX_H
/* (c) 2005 Linux Networx GPL see COPYING for details */
-unsigned int pcix_scan_bridge(device_t dev, unsigned int max);
+void pcix_scan_bridge(device_t dev);
+
const char *pcix_speed(u16 sstatus);
extern struct device_operations default_pcix_ops_bus;