diff options
Diffstat (limited to 'sys/powerpc/include/altivec.h')
-rw-r--r-- | sys/powerpc/include/altivec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/altivec.h b/sys/powerpc/include/altivec.h index 9a6c5d3..0b24445 100644 --- a/sys/powerpc/include/altivec.h +++ b/sys/powerpc/include/altivec.h @@ -34,6 +34,7 @@ void enable_vec(struct thread *); void save_vec(struct thread *); +void save_vec_nodrop(struct thread *); #endif /* _MACHINE_ALTIVEC_H_ */ |