diff options
author | Jordan Hargrave <jordan@cvs.openbsd.org> | 2006-10-24 19:01:49 +0000 |
---|---|---|
committer | Jordan Hargrave <jordan@cvs.openbsd.org> | 2006-10-24 19:01:49 +0000 |
commit | e3fcc41a3926cc2c8d0187c6fd466bd6833532e8 (patch) | |
tree | c94559b3413098e835775cd3fadf9b3180b57a18 /sys/dev/acpi/acpidebug.h | |
parent | 5c9b549c237220a6f4ce5f1053795e99a69a1d2a (diff) |
Added stack trace to aml_die+acpidebug
ok marco@
Diffstat (limited to 'sys/dev/acpi/acpidebug.h')
-rw-r--r-- | sys/dev/acpi/acpidebug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpidebug.h b/sys/dev/acpi/acpidebug.h index fd8f5cbfa07..fe2e82f74ed 100644 --- a/sys/dev/acpi/acpidebug.h +++ b/sys/dev/acpi/acpidebug.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpidebug.h,v 1.3 2006/03/08 21:04:18 marco Exp $ */ +/* $OpenBSD: acpidebug.h,v 1.4 2006/10/24 19:01:48 jordan Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@openbsd.org> * @@ -18,3 +18,4 @@ void db_acpi_showval(db_expr_t, int, db_expr_t, char *); void db_acpi_disasm(db_expr_t, int, db_expr_t, char *); void db_acpi_tree(db_expr_t, int, db_expr_t, char *); +void db_acpi_trace(db_expr_t, int, db_expr_t, char *); |