string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / arch / x86 / math-emu / fpu_proto.h
index 51bfbb6..9779df4 100644 (file)
@@ -51,7 +51,7 @@ extern void ffreep(void);
 extern void fst_i_(void);
 extern void fstp_i(void);
 /* fpu_entry.c */
-asmlinkage extern void math_emulate(long arg);
+extern void math_emulate(struct math_emu_info *info);
 extern void math_abort(struct math_emu_info *info, unsigned int signal);
 /* fpu_etc.c */
 extern void FPU_etc(void);