patch-2.4.20 linux-2.4.20/include/asm-x86_64/fpu32.h
Next file: linux-2.4.20/include/asm-x86_64/hardirq.h
Previous file: linux-2.4.20/include/asm-x86_64/floppy.h
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-x86_64/fpu32.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -urN linux-2.4.19/include/asm-x86_64/fpu32.h linux-2.4.20/include/asm-x86_64/fpu32.h
@@ -0,0 +1,10 @@
+#ifndef _FPU32_H
+#define _FPU32_H 1
+
+struct _fpstate_ia32;
+
+int restore_i387_ia32(struct task_struct *tsk, struct _fpstate_ia32 *buf, int fsave);
+int save_i387_ia32(struct task_struct *tsk, struct _fpstate_ia32 *buf,
+ struct pt_regs *regs, int fsave);
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)