summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pmax/include/proc.h')
-rw-r--r--sys/arch/pmax/include/proc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/pmax/include/proc.h b/sys/arch/pmax/include/proc.h
index 202d9562314..72d5cc4811b 100644
--- a/sys/arch/pmax/include/proc.h
+++ b/sys/arch/pmax/include/proc.h
@@ -51,3 +51,11 @@ struct mdproc {
/* md_flags */
#define MDP_FPUSED 0x0001 /* floating point coprocessor used */
+
+/* TTTTT - stuff from NetBSD mips dir */
+#ifdef _KERNEL
+/* kernel single-step emulation */
+struct proc;
+extern int mips_singlestep __P((struct proc *p));
+#endif /* _KERNEL */
+/* TTTTT - end of stuff from NetBSD mips dir */