xref: /csrg-svn/sys/i386/include/ptrace.h (revision 52408)
1*52408Smckusick /*
2*52408Smckusick  * Copyright (c) 1992 The Regents of the University of California.
3*52408Smckusick  * All rights reserved.
4*52408Smckusick  *
5*52408Smckusick  * %sccs.include.redist.c%
6*52408Smckusick  *
7*52408Smckusick  *	@(#)ptrace.h	7.1 (Berkeley) 02/05/92
8*52408Smckusick  */
9*52408Smckusick 
10*52408Smckusick /*
11*52408Smckusick  * Machine dependent trace commands.
12*52408Smckusick  *
13*52408Smckusick  * None for the i386 at this time.
14*52408Smckusick  */
15