]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/raid/xor.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6-omap-h63xx.git] / include / linux / raid / xor.h
index 7d6c20b654faa9e435fa592a0de8994008d86228..3e120587eadac53669053e040db23b747ad4a91f 100644 (file)
@@ -3,9 +3,10 @@
 
 #include <linux/raid/md.h>
 
-#define MAX_XOR_BLOCKS 5
+#define MAX_XOR_BLOCKS 4
 
-extern void xor_blocks(unsigned int count, unsigned int bytes, void **ptr);
+extern void xor_blocks(unsigned int count, unsigned int bytes,
+       void *dest, void **srcs);
 
 struct xor_block_template {
         struct xor_block_template *next;