diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-06-10 14:19:04 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-06-10 14:19:04 +0000 |
commit | d78c3e0c4b3482bcc998de4d120c74e31c5728c5 (patch) | |
tree | 754f54a7fa91cec3cf438faf03da90ac55300610 /sys/arch/pmax/include/proc.h | |
parent | c1f2151f781958b5795a8828cd42b912f0e0f197 (diff) |
update the pmax specific stuff to NetBSD-current as of about 970608 - some
cosmetic things will follow together with an update to an exact NETBSD_CU-
RRENT_xxxxxx level
Diffstat (limited to 'sys/arch/pmax/include/proc.h')
-rw-r--r-- | sys/arch/pmax/include/proc.h | 8 |
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 */ |