summaryrefslogtreecommitdiff
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, 3 insertions, 0 deletions
diff --git a/src/include/device/pcix.h b/src/include/device/pcix.h
index ca482d26ac..def7f6cca2 100644
--- a/src/include/device/pcix.h
+++ b/src/include/device/pcix.h
@@ -2,6 +2,9 @@
#define DEVICE_PCIX_H
/* (c) 2005 Linux Networx GPL see COPYING for details */
+#include <device/device.h>
+#include <stdint.h>
+
void pcix_scan_bridge(struct device *dev);
const char *pcix_speed(u16 sstatus);