Merge branch 'enable-dataplacement-while-replaying-io' of https://github.com/parkvibe...
[fio.git] / crc / crc-t10dif.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __CRC_T10DIF_H
3 #define __CRC_T10DIF_H
4
5 extern unsigned short fio_crc_t10dif(unsigned short crc,
6                                      const unsigned char *buffer,
7                                      unsigned int len);
8
9 #endif