summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc64/include/fpu.h
blob: 026f5ba0a3d0fc1f559482473fc10077783b1339 (plain)
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_ */