crc: pull required crc64 nvme apis from linux kernel
[fio.git] / crc / crc-t10dif.h
CommitLineData
ea13c4a7
AK
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __CRC_T10DIF_H
3#define __CRC_T10DIF_H
4
5extern unsigned short fio_crc_t10dif(unsigned short crc,
6 const unsigned char *buffer,
7 unsigned int len);
8
9#endif