aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>1998-05-19 00:00:14 +0000
committerTor Egge <tegge@FreeBSD.org>1998-05-19 00:00:14 +0000
commitafc6ea238fca8459050ec15d5d897354e1d0435a (patch)
tree7d1a276f2b1c2df5a6150812b87a6cb944edc57f /sys/amd64/include
parent0a11c79d421b41e94fa08ef49d472c98de49e195 (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/ptrace.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/amd64/include/ptrace.h b/sys/amd64/include/ptrace.h
index a8f7e715f6a6..ec3d5aab5ca5 100644
--- a/sys/amd64/include/ptrace.h
+++ b/sys/amd64/include/ptrace.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ptrace.h 8.1 (Berkeley) 6/11/93
- * $Id$
+ * $Id: ptrace.h,v 1.5 1997/02/22 09:35:03 peter Exp $
*/
#ifndef _MACHINE_PTRACE_H_
@@ -45,5 +45,9 @@
#define PT_GETFPREGS (PT_FIRSTMACH + 3)
#define PT_SETFPREGS (PT_FIRSTMACH + 4)
+#ifdef KERNEL
+int ptrace_read_u_check __P((struct proc *p, vm_offset_t off, size_t len));
+#endif /* !KERNEL */
+
#endif