summaryrefslogtreecommitdiffstats
path: root/include/linux/ptrace.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1995-11-14 08:00:00 +0000
committer <ralf@linux-mips.org>1995-11-14 08:00:00 +0000
commite7c2a72e2680827d6a733931273a93461c0d8d1b (patch)
treec9abeda78ef7504062bb2e816bcf3e3c9d680112 /include/linux/ptrace.h
parentec6044459060a8c9ce7f64405c465d141898548c (diff)
Import of Linux/MIPS 1.3.0
Diffstat (limited to 'include/linux/ptrace.h')
-rw-r--r--include/linux/ptrace.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h
index c98e66a68..0a02879d5 100644
--- a/include/linux/ptrace.h
+++ b/include/linux/ptrace.h
@@ -1,11 +1,9 @@
#ifndef _LINUX_PTRACE_H
#define _LINUX_PTRACE_H
+/* ptrace.h */
+/* structs and defines to help the user use the ptrace system call. */
-/*
- * linux/include/linux/ptrace.h
- *
- * structs and defines to help the user use the ptrace system call.
- */
+/* has the defines to get at the registers. */
#define PTRACE_TRACEME 0
#define PTRACE_PEEKTEXT 1
@@ -23,9 +21,6 @@
#define PTRACE_SYSCALL 24
-/*
- * include machine dependend stuff
- */
#include <asm/ptrace.h>
#endif