diff options
Diffstat (limited to 'sys/arch/powerpc/include/db_machdep.h')
-rw-r--r-- | sys/arch/powerpc/include/db_machdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/db_machdep.h b/sys/arch/powerpc/include/db_machdep.h index 2b3ab52f66a..53c5c9b5251 100644 --- a/sys/arch/powerpc/include/db_machdep.h +++ b/sys/arch/powerpc/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.7 2001/06/23 01:59:04 drahn Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.8 2001/06/29 06:07:09 drahn Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -97,6 +97,8 @@ db_regs_t ddb_regs; /* register state */ void kdb_kintr __P((void *)); int kdb_trap __P((int, void *)); +void db_save_regs(struct trapframe *frame); +void ddb_trap __P(()); #endif /* _KERNEL */ |