diff options
Diffstat (limited to 'include/linux/crc-t10dif.h')
| -rw-r--r-- | include/linux/crc-t10dif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/crc-t10dif.h b/include/linux/crc-t10dif.h index cf53d0773ce3..d81961e9e37d 100644 --- a/include/linux/crc-t10dif.h +++ b/include/linux/crc-t10dif.h | |||
| @@ -9,5 +9,6 @@ | |||
| 9 | extern __u16 crc_t10dif_generic(__u16 crc, const unsigned char *buffer, | 9 | extern __u16 crc_t10dif_generic(__u16 crc, const unsigned char *buffer, |
| 10 | size_t len); | 10 | size_t len); |
| 11 | extern __u16 crc_t10dif(unsigned char const *, size_t); | 11 | extern __u16 crc_t10dif(unsigned char const *, size_t); |
| 12 | extern __u16 crc_t10dif_update(__u16 crc, unsigned char const *, size_t); | ||
| 12 | 13 | ||
| 13 | #endif | 14 | #endif |
