diff options
Diffstat (limited to 'sys/arch/hppa64/hppa64/autoconf.c')
-rw-r--r-- | sys/arch/hppa64/hppa64/autoconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa64/hppa64/autoconf.c b/sys/arch/hppa64/hppa64/autoconf.c index 72b7acf00fc..cac45da27df 100644 --- a/sys/arch/hppa64/hppa64/autoconf.c +++ b/sys/arch/hppa64/hppa64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.12 2010/05/24 15:06:05 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.13 2010/07/01 04:33:23 jsing Exp $ */ /* * Copyright (c) 1998-2005 Michael Shalayeff @@ -344,6 +344,8 @@ pdc_scan(struct device *self, struct confargs *ca) } } +struct pdc_pat_pci_rt *pdc_getirt(int *); + struct pdc_pat_pci_rt * pdc_getirt(int *pn) { |