patch-2.4.25 linux-2.4.25/arch/ppc64/boot/ppc32-types.h

Next file: linux-2.4.25/arch/ppc64/boot/zImage.c
Previous file: linux-2.4.25/arch/ppc64/boot/Makefile
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/ppc64/boot/ppc32-types.h linux-2.4.25/arch/ppc64/boot/ppc32-types.h
@@ -27,4 +27,10 @@
 
 #define BITS_PER_LONG 32
 
+typedef struct {
+	__u32 u[4];
+} __attribute((aligned(16))) __vector128;
+
+typedef __vector128 vector128;
+
 #endif /* _PPC64_TYPES_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)