VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / asm-ppc / ptrace.h
index f13233e..2576a7f 100644 (file)
@@ -131,4 +131,9 @@ do {                                                                              \
 #define PTRACE_GETVRREGS       18
 #define PTRACE_SETVRREGS       19
 
+/* Get/set all the upper 32-bits of the SPE registers, accumulator, and
+ * spefscr, in one go */
+#define PTRACE_GETEVRREGS      20
+#define PTRACE_SETEVRREGS      21
+
 #endif