diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-06-14 10:34:29 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-06-14 10:34:29 +0000 |
| commit | cc3d937224fbe6b30a3909c0cc6a890eea686e9f (patch) | |
| tree | 0a7b83f74c2eb6b28643c20e914df2f9c0edb2f1 /sys/boot/common/bootstrap.h | |
| parent | 8a0b95d6107abe286c17cb885d8c2ab886e7c449 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/bootstrap.h')
| -rw-r--r-- | sys/boot/common/bootstrap.h | 2 |
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); |
