summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/lcavar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/pci/lcavar.h')
-rw-r--r--sys/alpha/pci/lcavar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/alpha/pci/lcavar.h b/sys/alpha/pci/lcavar.h
index 1619539..2f22ade 100644
--- a/sys/alpha/pci/lcavar.h
+++ b/sys/alpha/pci/lcavar.h
@@ -26,4 +26,8 @@
* $FreeBSD$
*/
+struct device;
+
extern void lca_init(void);
+u_int32_t lca_pcib_read_config(struct device *dev, int b, int s, int f,
+ int reg, int width);
OpenPOWER on IntegriCloud