summaryrefslogtreecommitdiff
path: root/sys/boot/common/bootstrap.h
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2000-06-14 10:34:29 +0000
committerPaul Saab <ps@FreeBSD.org>2000-06-14 10:34:29 +0000
commitcc3d937224fbe6b30a3909c0cc6a890eea686e9f (patch)
tree0a7b83f74c2eb6b28643c20e914df2f9c0edb2f1 /sys/boot/common/bootstrap.h
parent8a0b95d6107abe286c17cb885d8c2ab886e7c449 (diff)
Notes
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 4c38154f7bcf..67ca5029f9c8 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);