hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/include/linux/crc-t10dif.h
....@@ -6,6 +6,7 @@
66
77 #define CRC_T10DIF_DIGEST_SIZE 2
88 #define CRC_T10DIF_BLOCK_SIZE 1
9
+#define CRC_T10DIF_STRING "crct10dif"
910
1011 extern __u16 crc_t10dif_generic(__u16 crc, const unsigned char *buffer,
1112 size_t len);