]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/pmon.h
tcp: fix length used for checksum in a reset
[linux-2.6-omap-h63xx.git] / include / asm-mips / pmon.h
index 260f3448ccf1222579036927cece6b5ea8e98a35..6ad519189ce2975fefaee8c8796335a440e4f697 100644 (file)
@@ -22,7 +22,7 @@ struct callvectors {
        char*   (*gets) (char*);
        union {
                int     (*smpfork) (unsigned long cp, char *sp);
-               int     (*cpustart) (long, long, long, long);
+               int     (*cpustart) (long, void (*)(void), void *, long);
        } _s;
        int     (*semlock) (int sem);
        void    (*semunlock) (int sem);