blob: a9c96d865ee7144b577afc3752c0a1a94cd95e11 [file] [log] [blame]
Martin K. Petersenf11f5942008-06-25 11:22:42 -04001#ifndef _LINUX_CRC_T10DIF_H
2#define _LINUX_CRC_T10DIF_H
3
4#include <linux/types.h>
5
6__u16 crc_t10dif(unsigned char const *, size_t);
7
8#endif