forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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);