]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/raid/pq.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[mirror_ubuntu-artful-kernel.git] / include / linux / raid / pq.h
index 73069cb6c54a15ea01bacdd9af20170be6ba257a..a7a06d1dcf9cb17ee65d1befe1ef6ac62d882d16 100644 (file)
@@ -72,6 +72,7 @@ extern const char raid6_empty_zero_page[PAGE_SIZE];
 /* Routine choices */
 struct raid6_calls {
        void (*gen_syndrome)(int, size_t, void **);
+       void (*xor_syndrome)(int, int, int, size_t, void **);
        int  (*valid)(void);    /* Returns 1 if this routine set is usable */
        const char *name;       /* Name of this routine set */
        int prefer;             /* Has special performance attribute */