diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-09-19 01:31:28 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-09-19 01:31:28 +0000 |
| commit | acd1d918fe4fead04c410bda30a244cdbc512581 (patch) | |
| tree | 1d5dff21d0e6f234860e2ca4a16b8ed49863ac15 /sys/boot/common/bootstrap.h | |
| parent | 66411419a688e810b9b88979aeaa405c15e344ee (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/bootstrap.h')
| -rw-r--r-- | sys/boot/common/bootstrap.h | 3 |
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); |
