summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/bootstrap.h
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2000-06-14 10:34:29 +0000
committerps <ps@FreeBSD.org>2000-06-14 10:34:29 +0000
commit013be4c7436a478bcd8131713f2c92e2d408f9dd (patch)
treec34105d95bedc3e09436d43a7fd6630809657345 /sys/boot/common/bootstrap.h
parent021d03f5bf631a868a0518181a8ca19a75e04d16 (diff)
downloadFreeBSD-src-013be4c7436a478bcd8131713f2c92e2d408f9dd.zip
FreeBSD-src-013be4c7436a478bcd8131713f2c92e2d408f9dd.tar.gz
Delay calling the device cleanup routines until the absolute last
moment. We were cleaning up after PXE too early and the module dependancy code would not be able to load any files if it needed too.
Diffstat (limited to 'sys/boot/common/bootstrap.h')
-rw-r--r--sys/boot/common/bootstrap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h
index 4c38154..67ca502 100644
--- a/sys/boot/common/bootstrap.h
+++ b/sys/boot/common/bootstrap.h
@@ -314,3 +314,5 @@ extern struct arch_switch archsw;
/* This must be provided by the MD code, but should it be in the archsw? */
extern void delay(int delay);
+
+extern void dev_cleanup(void);
OpenPOWER on IntegriCloud