summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-04-06 21:09:08 +0000
committermarcel <marcel@FreeBSD.org>2002-04-06 21:09:08 +0000
commit0e4bd187a37d26ca7ed3553d805e025d493e813a (patch)
treedb04a6fec92e049e5456a5d25fff2d1bea58aecc /sys/ia64
parentbf862fb46c0812259725adadcaf181a9036333b3 (diff)
downloadFreeBSD-src-0e4bd187a37d26ca7ed3553d805e025d493e813a.zip
FreeBSD-src-0e4bd187a37d26ca7ed3553d805e025d493e813a.tar.gz
Add prototype for bootpc_init when BOOTP is defined.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/autoconf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/ia64/ia64/autoconf.c b/sys/ia64/ia64/autoconf.c
index c112d99..a49f760 100644
--- a/sys/ia64/ia64/autoconf.c
+++ b/sys/ia64/ia64/autoconf.c
@@ -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;
OpenPOWER on IntegriCloud