[BACK]Return to fpu32.h CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / include / asm-x86_64

File: [Development] / linux-2.4-xfs / include / asm-x86_64 / fpu32.h (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

#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