diff options
Diffstat (limited to 'include/linux/t10-pi.h')
-rw-r--r-- | include/linux/t10-pi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/t10-pi.h b/include/linux/t10-pi.h index 6a8b9942632d..dd8de82cf5b5 100644 --- a/include/linux/t10-pi.h +++ b/include/linux/t10-pi.h | |||
@@ -14,9 +14,9 @@ struct t10_pi_tuple { | |||
14 | }; | 14 | }; |
15 | 15 | ||
16 | 16 | ||
17 | extern struct blk_integrity t10_pi_type1_crc; | 17 | extern struct blk_integrity_profile t10_pi_type1_crc; |
18 | extern struct blk_integrity t10_pi_type1_ip; | 18 | extern struct blk_integrity_profile t10_pi_type1_ip; |
19 | extern struct blk_integrity t10_pi_type3_crc; | 19 | extern struct blk_integrity_profile t10_pi_type3_crc; |
20 | extern struct blk_integrity t10_pi_type3_ip; | 20 | extern struct blk_integrity_profile t10_pi_type3_ip; |
21 | 21 | ||
22 | #endif | 22 | #endif |