Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mipsco/include Declare KGDB hook functions.



details:   https://anonhg.NetBSD.org/src/rev/0917ba6005c5
branches:  trunk
changeset: 519330:0917ba6005c5
user:      wdk <wdk%NetBSD.org@localhost>
date:      Sat Dec 15 11:17:03 2001 +0000

description:
Declare KGDB hook functions.

diffstat:

 sys/arch/mipsco/include/z8530var.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 44db2fe99750 -r 0917ba6005c5 sys/arch/mipsco/include/z8530var.h
--- a/sys/arch/mipsco/include/z8530var.h        Sat Dec 15 11:11:49 2001 +0000
+++ b/sys/arch/mipsco/include/z8530var.h        Sat Dec 15 11:17:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: z8530var.h,v 1.3 2001/03/31 00:08:34 wdk Exp $ */
+/*     $NetBSD: z8530var.h,v 1.4 2001/12/15 11:17:03 wdk Exp $ */
 
 /*
  * Copyright (c) 1994 Gordon W. Ross
@@ -80,3 +80,8 @@
 
 /* Zilog Serial hardware interrupts (level 0) */
 #define splzs()                spltty()
+
+#if defined(_KERNEL) && defined(KGDB)
+void zs_kgdb_init __P((void));
+void zskgdb __P((struct zs_chanstate *));
+#endif



Home | Main Index | Thread Index | Old Index