]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/fpstate.h
[PATCH] clean up unused kiocb variables
[linux-2.6-omap-h63xx.git] / include / asm-arm / fpstate.h
index 132c3c5628b2a4b4d5be60bee7f1a41f04e627d0..6af4e6bd1290c261dcba28096949fe6262145c8a 100644 (file)
@@ -72,6 +72,14 @@ union fp_state {
 
 #define FP_SIZE (sizeof(union fp_state) / sizeof(int))
 
+struct crunch_state {
+       unsigned int    mvdx[16][2];
+       unsigned int    mvax[4][3];
+       unsigned int    dspsc[2];
+};
+
+#define CRUNCH_SIZE    sizeof(struct crunch_state)
+
 #endif
 
 #endif