diff options
Diffstat (limited to 'sys/alpha/pci/apecsvar.h')
-rw-r--r-- | sys/alpha/pci/apecsvar.h | 5 |
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); |