X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Fpmon.h;h=7b4f990e152a1195dac76a56e8b1430cafe4e3e2;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=0162517854d4d21eb71c3e4ea9a5a056a7d49e9b;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/asm-mips/pmon.h b/include/asm-mips/pmon.h index 016251785..7b4f990e1 100644 --- a/include/asm-mips/pmon.h +++ b/include/asm-mips/pmon.h @@ -17,6 +17,9 @@ struct callvectors { int (*printf) (const char*, ...); /* 20 */ void (*cacheflush) (void); /* 24 */ char* (*gets) (char*); /* 28 */ + int (*cpustart) (int, void *, int, int); /* 32 */ }; +extern struct callvectors *debug_vectors; + #endif /* _ASM_PMON_H */