summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/apecsvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/pci/apecsvar.h')
-rw-r--r--sys/alpha/pci/apecsvar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/alpha/pci/apecsvar.h b/sys/alpha/pci/apecsvar.h
index a5fa82e..56ade54 100644
--- a/sys/alpha/pci/apecsvar.h
+++ b/sys/alpha/pci/apecsvar.h
@@ -26,5 +26,8 @@
* $FreeBSD$
*/
-extern void apecs_init(void);
+struct device;
+extern void apecs_init(void);
+u_int32_t apecs_pcib_read_config(struct device *dev, int b, int s, int f,
+ int reg, int width);
OpenPOWER on IntegriCloud