patch-2.2.17 linux/include/asm-ppc/types.h

Next file: linux/include/asm-ppc/unistd.h
Previous file: linux/include/asm-ppc/time.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.16/include/asm-ppc/types.h linux/include/asm-ppc/types.h
@@ -39,6 +39,10 @@
 typedef signed long long s64;
 typedef unsigned long long u64;
 
+typedef struct {
+	u32 u[4];
+} __attribute((aligned(16))) vector128;
+
 #define BITS_PER_LONG 32
 
 #endif /* __KERNEL__ */

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