Ensure prototype for pnp_configure() is visible.

This commit is contained in:
Peter Wemm 1999-05-06 22:16:19 +00:00
parent ea5c2064b4
commit 94f9940a0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46600
2 changed files with 4 additions and 14 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
* $Id: autoconf.c,v 1.113 1999/04/16 21:22:11 peter Exp $ * $Id: autoconf.c,v 1.114 1999/04/18 15:50:34 peter Exp $
*/ */
/* /*
@ -76,19 +76,14 @@
#include "isa.h" #include "isa.h"
#if NISA > 0 #if NISA > 0
#ifdef OLD_BUS_ARCH
#include <i386/isa/isa_device.h>
#else
device_t isa_bus_device = 0; device_t isa_bus_device = 0;
#endif /* OLD_BUS_ARCH */
#endif #endif
#include "pnp.h" #include "pnp.h"
#if NPNP > 0 #if NPNP > 0
#ifdef OLD_BUS_ARCH #include <i386/isa/isa_device.h>
#include <i386/isa/pnp.h> #include <i386/isa/pnp.h>
#endif #endif
#endif
#include "eisa.h" #include "eisa.h"
#if NEISA > 0 #if NEISA > 0

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
* $Id: autoconf.c,v 1.113 1999/04/16 21:22:11 peter Exp $ * $Id: autoconf.c,v 1.114 1999/04/18 15:50:34 peter Exp $
*/ */
/* /*
@ -76,19 +76,14 @@
#include "isa.h" #include "isa.h"
#if NISA > 0 #if NISA > 0
#ifdef OLD_BUS_ARCH
#include <i386/isa/isa_device.h>
#else
device_t isa_bus_device = 0; device_t isa_bus_device = 0;
#endif /* OLD_BUS_ARCH */
#endif #endif
#include "pnp.h" #include "pnp.h"
#if NPNP > 0 #if NPNP > 0
#ifdef OLD_BUS_ARCH #include <i386/isa/isa_device.h>
#include <i386/isa/pnp.h> #include <i386/isa/pnp.h>
#endif #endif
#endif
#include "eisa.h" #include "eisa.h"
#if NEISA > 0 #if NEISA > 0