summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-19 20:16:22 +0000
committerpeter <peter@FreeBSD.org>1999-04-19 20:16:22 +0000
commita38d5f8be38a3b14f3c6aec71107cb7928e6f29b (patch)
treec1879c3c8889a54f2541becf5f07a03d3b247566 /sys/i386/isa/isa_device.h
parent21bd65ef65399392a9a24157698f3cfe7a3209f8 (diff)
downloadFreeBSD-src-a38d5f8be38a3b14f3c6aec71107cb7928e6f29b.zip
FreeBSD-src-a38d5f8be38a3b14f3c6aec71107cb7928e6f29b.tar.gz
The missing prototype for isa_wrap_old_drivers() was bugging me..
Diffstat (limited to 'sys/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index a7c1022..8a8615f 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: isa_device.h,v 1.57 1999/01/17 06:33:43 bde Exp $
+ * $Id: isa_device.h,v 1.58 1999/04/16 21:22:23 peter Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -112,6 +112,7 @@ struct isa_driver {
int haveseen_isadev __P((struct isa_device *dvp, u_int checkbits));
void reconfig_isadev __P((struct isa_device *isdp, u_int *mp));
int isa_compat_nextid __P((void));
+void isa_wrap_old_drivers __P((void));
#endif /* KERNEL */
OpenPOWER on IntegriCloud