summaryrefslogtreecommitdiff
path: root/kernel-lib/raid56.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel-lib/raid56.h')
-rw-r--r--kernel-lib/raid56.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel-lib/raid56.h b/kernel-lib/raid56.h
index 2b3e9010..39d43792 100644
--- a/kernel-lib/raid56.h
+++ b/kernel-lib/raid56.h
@@ -41,4 +41,7 @@ extern const u8 raid6_gfexi[256] __attribute__((aligned(256)));
int raid6_recov_data2(int nr_devs, size_t stripe_len, int dest1, int dest2,
void **data);
+/* Recover data and P */
+int raid6_recov_datap(int nr_devs, size_t stripe_len, int dest1, void **data);
+
#endif