Merge branch 'processor-procfs-2.6.32' into release
[sfrench/cifs-2.6.git] / arch / arm / include / asm / ptrace.h
index 67b833c9b6b9cdb2d8784eb7e2e9ab97c10be082..bbecccda76d08560e6ef0200444fc3b3a4484118 100644 (file)
 #define PSR_ENDSTATE   0
 #endif
 
+/* 
+ * These are 'magic' values for PTRACE_PEEKUSR that return info about where a
+ * process is located in memory.
+ */
+#define PT_TEXT_ADDR           0x10000
+#define PT_DATA_ADDR           0x10004
+#define PT_TEXT_END_ADDR       0x10008
+
 #ifndef __ASSEMBLY__
 
 /*