summaryrefslogtreecommitdiff
path: root/sys/boot/common/bootstrap.h
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-09-19 01:31:28 +0000
committerMike Smith <msmith@FreeBSD.org>1998-09-19 01:31:28 +0000
commitacd1d918fe4fead04c410bda30a244cdbc512581 (patch)
tree1d5dff21d0e6f234860e2ca4a16b8ed49863ac15 /sys/boot/common/bootstrap.h
parent66411419a688e810b9b88979aeaa405c15e344ee (diff)
Notes
Diffstat (limited to 'sys/boot/common/bootstrap.h')
-rw-r--r--sys/boot/common/bootstrap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h
index f624c295167f..fe7d1c1afe9d 100644
--- a/sys/boot/common/bootstrap.h
+++ b/sys/boot/common/bootstrap.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bootstrap.h,v 1.4 1998/09/04 02:43:26 msmith Exp $
+ * $Id: bootstrap.h,v 1.5 1998/09/14 18:27:04 msmith Exp $
*/
#include <sys/types.h>
@@ -65,6 +65,7 @@ extern int autoboot(int delay, char *prompt);
/* misc.c */
extern char *unargv(int argc, char *argv[]);
+extern void hexdump(caddr_t region, size_t len);
extern size_t strlenout(vm_offset_t str);
extern char *strdupout(vm_offset_t str);