diff options
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/pq.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/raid/pq.h b/include/linux/raid/pq.h index 8dfaa2ce2e95..73069cb6c54a 100644 --- a/include/linux/raid/pq.h +++ b/include/linux/raid/pq.h | |||
| @@ -101,6 +101,7 @@ extern const struct raid6_calls raid6_altivec8; | |||
| 101 | extern const struct raid6_calls raid6_avx2x1; | 101 | extern const struct raid6_calls raid6_avx2x1; |
| 102 | extern const struct raid6_calls raid6_avx2x2; | 102 | extern const struct raid6_calls raid6_avx2x2; |
| 103 | extern const struct raid6_calls raid6_avx2x4; | 103 | extern const struct raid6_calls raid6_avx2x4; |
| 104 | extern const struct raid6_calls raid6_tilegx8; | ||
| 104 | 105 | ||
| 105 | struct raid6_recov_calls { | 106 | struct raid6_recov_calls { |
| 106 | void (*data2)(int, size_t, int, int, void **); | 107 | void (*data2)(int, size_t, int, int, void **); |
| @@ -114,6 +115,11 @@ extern const struct raid6_recov_calls raid6_recov_intx1; | |||
| 114 | extern const struct raid6_recov_calls raid6_recov_ssse3; | 115 | extern const struct raid6_recov_calls raid6_recov_ssse3; |
| 115 | extern const struct raid6_recov_calls raid6_recov_avx2; | 116 | extern const struct raid6_recov_calls raid6_recov_avx2; |
| 116 | 117 | ||
| 118 | extern const struct raid6_calls raid6_neonx1; | ||
| 119 | extern const struct raid6_calls raid6_neonx2; | ||
| 120 | extern const struct raid6_calls raid6_neonx4; | ||
| 121 | extern const struct raid6_calls raid6_neonx8; | ||
| 122 | |||
| 117 | /* Algorithm list */ | 123 | /* Algorithm list */ |
| 118 | extern const struct raid6_calls * const raid6_algos[]; | 124 | extern const struct raid6_calls * const raid6_algos[]; |
| 119 | extern const struct raid6_recov_calls *const raid6_recov_algos[]; | 125 | extern const struct raid6_recov_calls *const raid6_recov_algos[]; |
