Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
46c66c4b7ba0f9bb3e2ae3a3cfd40cd3472c8f80
/
.
/
include
/
linux
/
crc-t10dif.h
blob: a9c96d865ee7144b577afc3752c0a1a94cd95e11 [
file
] [
log
] [
blame
]
#ifndef
_LINUX_CRC_T10DIF_H
#define
_LINUX_CRC_T10DIF_H
#include
<linux/types.h>
__u16 crc_t10dif
(
unsigned
char
const
*,
size_t
);
#endif