aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/t10-pi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/t10-pi.h')
-rw-r--r--include/linux/t10-pi.h8
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
17extern struct blk_integrity t10_pi_type1_crc; 17extern struct blk_integrity_profile t10_pi_type1_crc;
18extern struct blk_integrity t10_pi_type1_ip; 18extern struct blk_integrity_profile t10_pi_type1_ip;
19extern struct blk_integrity t10_pi_type3_crc; 19extern struct blk_integrity_profile t10_pi_type3_crc;
20extern struct blk_integrity t10_pi_type3_ip; 20extern struct blk_integrity_profile t10_pi_type3_ip;
21 21
22#endif 22#endif