X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-h8300%2Fsigcontext.h;h=e4b81505f8f86abdd048c4cfd700ec642ad59f63;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=c2a8df4f557f84b4d9028513d445cfee18f71a20;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-h8300/sigcontext.h b/include/asm-h8300/sigcontext.h index c2a8df4f5..e4b81505f 100644 --- a/include/asm-h8300/sigcontext.h +++ b/include/asm-h8300/sigcontext.h @@ -8,7 +8,9 @@ struct sigcontext { unsigned long sc_er1; unsigned long sc_er2; unsigned long sc_er3; + unsigned long sc_er4; unsigned long sc_er5; + unsigned long sc_er6; unsigned short sc_ccr; unsigned long sc_pc; };