Merge branch 'for-4.7/upstream' into for-linus
[cascardo/linux.git] / include / linux / crc-t10dif.h
index cf53d07..d81961e 100644 (file)
@@ -9,5 +9,6 @@
 extern __u16 crc_t10dif_generic(__u16 crc, const unsigned char *buffer,
                                size_t len);
 extern __u16 crc_t10dif(unsigned char const *, size_t);
+extern __u16 crc_t10dif_update(__u16 crc, unsigned char const *, size_t);
 
 #endif