This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
70f5d6ae04
NetBSD
/
sys
/
arch
/
pmax
/
include
/
regnum.h
4 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
Merge more header files with arch/mips/include, by replacing with versions that #inlude the <mips/XXX.h> file: reloc.h regnum.h varargs.h
1996-03-20 12:49:29 +03:00
/* $NetBSD: regnum.h,v 1.3 1996/03/20 09:49:30 jonathan Exp $ */
Add support for ptrace PT_GETREGS and PT_SETREGS for NetBSD/pmax: * define PT_GETREGS and PT_SETREGS in pmax/include/ptrace.h * Flesh out the stubs in pmax/pmax/process_machdep.c to handle those requests. * Now that "struct reg" is actually used, remove the bogus #ifdef LANGUAGE_C around its definition, and redo pmax/include/reg.h so that the definitions needed by locore.S are in a separate file, pmax/include/regnum.h. * update locore.S to match.
1995-12-20 05:00:23 +03:00
Merge more header files with arch/mips/include, by replacing with versions that #inlude the <mips/XXX.h> file: reloc.h regnum.h varargs.h
1996-03-20 12:49:29 +03:00
#
include
<mips/regnum.h>