X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-ppc%2Fptrace.h;h=2576a7f90cd63ef91031c944db12a0b1fcc83abb;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=f13233eacb94effc30a53647123fd6da29fd4552;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/asm-ppc/ptrace.h b/include/asm-ppc/ptrace.h index f13233eac..2576a7f90 100644 --- a/include/asm-ppc/ptrace.h +++ b/include/asm-ppc/ptrace.h @@ -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