hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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);