1 2 3 4 5 6 7 8 9 10 11
#ifndef _MACHINE_FPU_H #define _MACHINE_FPU_H #ifdef _KERNEL void save_vsx(struct proc *); void restore_vsx(struct proc *); #endif #endif /* _MACHINE_FPU_H_ */