diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/raid/pq.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/raid/pq.h b/include/linux/raid/pq.h index 640c69ceec9..8dfaa2ce2e9 100644 --- a/include/linux/raid/pq.h +++ b/include/linux/raid/pq.h | |||
| @@ -98,6 +98,9 @@ extern const struct raid6_calls raid6_altivec1; | |||
| 98 | extern const struct raid6_calls raid6_altivec2; | 98 | extern const struct raid6_calls raid6_altivec2; |
| 99 | extern const struct raid6_calls raid6_altivec4; | 99 | extern const struct raid6_calls raid6_altivec4; |
| 100 | extern const struct raid6_calls raid6_altivec8; | 100 | extern const struct raid6_calls raid6_altivec8; |
| 101 | extern const struct raid6_calls raid6_avx2x1; | ||
| 102 | extern const struct raid6_calls raid6_avx2x2; | ||
| 103 | extern const struct raid6_calls raid6_avx2x4; | ||
| 101 | 104 | ||
| 102 | struct raid6_recov_calls { | 105 | struct raid6_recov_calls { |
| 103 | void (*data2)(int, size_t, int, int, void **); | 106 | void (*data2)(int, size_t, int, int, void **); |
| @@ -109,6 +112,7 @@ struct raid6_recov_calls { | |||
| 109 | 112 | ||
| 110 | extern const struct raid6_recov_calls raid6_recov_intx1; | 113 | extern const struct raid6_recov_calls raid6_recov_intx1; |
| 111 | extern const struct raid6_recov_calls raid6_recov_ssse3; | 114 | extern const struct raid6_recov_calls raid6_recov_ssse3; |
| 115 | extern const struct raid6_recov_calls raid6_recov_avx2; | ||
| 112 | 116 | ||
| 113 | /* Algorithm list */ | 117 | /* Algorithm list */ |
| 114 | extern const struct raid6_calls * const raid6_algos[]; | 118 | extern const struct raid6_calls * const raid6_algos[]; |
