X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Ffpu32.h;h=dce9f6f4b5cd452421d63f76c86dee5fd57be7b8;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=4153db5c0c31b9dd7edcbf80f826fbeac15f07e6;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/asm-x86_64/fpu32.h b/include/asm-x86_64/fpu32.h index 4153db5c0..dce9f6f4b 100644 --- a/include/asm-x86_64/fpu32.h +++ b/include/asm-x86_64/fpu32.h @@ -7,4 +7,7 @@ int restore_i387_ia32(struct task_struct *tsk, struct _fpstate_ia32 __user *buf, int save_i387_ia32(struct task_struct *tsk, struct _fpstate_ia32 __user *buf, struct pt_regs *regs, int fsave); +int get_fpregs32(struct user_i387_ia32_struct *, struct task_struct *); +int set_fpregs32(struct task_struct *, const struct user_i387_ia32_struct *); + #endif