Add prototype for bootpc_init when BOOTP is defined.

This commit is contained in:
Marcel Moolenaar 2002-04-06 21:09:08 +00:00
parent afdea8fc55
commit 621342bc34

View File

@ -57,6 +57,10 @@
static void configure(void *);
SYSINIT(configure, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL)
#ifdef BOOTP
void bootpc_init(void);
#endif
#ifdef DEV_ISA
#include <isa/isavar.h>
device_t isa_bus_device = 0;