mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 17:40:54 +07:00
9 lines
140 B
C
9 lines
140 B
C
|
#ifndef _LINUX_CRC_T10DIF_H
|
||
|
#define _LINUX_CRC_T10DIF_H
|
||
|
|
||
|
#include <linux/types.h>
|
||
|
|
||
|
__u16 crc_t10dif(unsigned char const *, size_t);
|
||
|
|
||
|
#endif
|