diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-04-18 23:17:26 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-04-18 23:17:26 +0000 |
commit | f0791d19fe1e4dba65a43cf9334c68be91cc1eab (patch) | |
tree | 3bb0771ec17263a629b6aa4b3203d13a972ccbbc /sys/ddb/db_command.h | |
parent | bc7c2e71ad45af3f2a31d31f40e53a661da476e6 (diff) |
New boot command: boot halt.
Don't sync, don't dump, just halt.
Diffstat (limited to 'sys/ddb/db_command.h')
-rw-r--r-- | sys/ddb/db_command.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index 8eb5b5bf79f..7a75b833032 100644 --- a/sys/ddb/db_command.h +++ b/sys/ddb/db_command.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_command.h,v 1.10 2000/06/07 09:40:02 art Exp $ */ +/* $OpenBSD: db_command.h,v 1.11 2001/04/18 23:17:25 art Exp $ */ /* $NetBSD: db_command.h,v 1.8 1996/02/05 01:56:55 christos Exp $ */ /* @@ -50,6 +50,7 @@ void db_fncall __P((db_expr_t, int, db_expr_t, char *)); void db_boot_sync_cmd __P((db_expr_t, int, db_expr_t, char *)); void db_boot_crash_cmd __P((db_expr_t, int, db_expr_t, char *)); void db_boot_dump_cmd __P((db_expr_t, int, db_expr_t, char *)); +void db_boot_halt_cmd __P((db_expr_t, int, db_expr_t, char *)); db_addr_t db_dot; /* current location */ db_addr_t db_last_addr; /* last explicit address typed */ |