]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/asm-ppc/sigcontext.h
imported Ka-Ro specific additions to U-Boot 2009.08 for TX28
[karo-tx-uboot.git] / include / asm-ppc / sigcontext.h
index 4bd66a707da9983a542ecb0ef2156878f28c730a..715c868ab67effe08b3292784bc8431b274bacab 100755 (executable)
@@ -9,7 +9,7 @@ struct sigcontext_struct {
        int             signal;
        unsigned long   handler;
        unsigned long   oldmask;
-       struct pt_regs  *regs;
+       struct pt_regs  *regs;
 };
 
 #endif