mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Ensure prototype for pnp_configure() is visible.
This commit is contained in:
parent
ea5c2064b4
commit
94f9940a0c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46600
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* 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"
|
||||
#if NISA > 0
|
||||
#ifdef OLD_BUS_ARCH
|
||||
#include <i386/isa/isa_device.h>
|
||||
#else
|
||||
device_t isa_bus_device = 0;
|
||||
#endif /* OLD_BUS_ARCH */
|
||||
#endif
|
||||
|
||||
#include "pnp.h"
|
||||
#if NPNP > 0
|
||||
#ifdef OLD_BUS_ARCH
|
||||
#include <i386/isa/isa_device.h>
|
||||
#include <i386/isa/pnp.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "eisa.h"
|
||||
#if NEISA > 0
|
||||
|
@ -34,7 +34,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* 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"
|
||||
#if NISA > 0
|
||||
#ifdef OLD_BUS_ARCH
|
||||
#include <i386/isa/isa_device.h>
|
||||
#else
|
||||
device_t isa_bus_device = 0;
|
||||
#endif /* OLD_BUS_ARCH */
|
||||
#endif
|
||||
|
||||
#include "pnp.h"
|
||||
#if NPNP > 0
|
||||
#ifdef OLD_BUS_ARCH
|
||||
#include <i386/isa/isa_device.h>
|
||||
#include <i386/isa/pnp.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "eisa.h"
|
||||
#if NEISA > 0
|
||||
|
Loading…
Reference in New Issue
Block a user