fpu32.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef _FPU32_H
  2. #define _FPU32_H 1
  3. struct _fpstate_ia32;
  4. int restore_i387_ia32(struct task_struct *tsk, struct _fpstate_ia32 *buf, int fsave);
  5. int save_i387_ia32(struct task_struct *tsk, struct _fpstate_ia32 *buf, 
  6.    struct pt_regs *regs, int fsave);
  7. #endif