1 #ifndef _SYS_FPU_H 2 #define _SYS_FPU_H 3 4 extern int x86_init_fpu(void); 5 6 #endif /* _SYS_FPU_H */ 7