1 1.5.38.2 yamt #ifndef _AMD64_FPU_H_ 2 1.5.38.2 yamt #define _AMD64_FPU_H_ 3 1.1 fvdl 4 1.1 fvdl /* 5 1.5.38.2 yamt * This file is only present for backwards compatibility with 6 1.5.38.2 yamt * a few user programs, particularly firefox. 7 1.1 fvdl */ 8 1.1 fvdl 9 1.5.38.2 yamt #ifndef _KERNEL 10 1.5.38.2 yamt #define fxsave64 fxsave 11 1.5.38.2 yamt #include <x86/cpu_extended_state.h> 12 1.1 fvdl #endif 13 1.1 fvdl 14 1.5.38.2 yamt #endif 15