Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
918847341af0f5f1907fc0b52549f0dc29192c03
/
.
/
include
/
linux
/
crc-t10dif.h
blob: a9c96d865ee7144b577afc3752c0a1a94cd95e11 [
file
] [
log
] [
blame
]
Martin K. Petersen
f11f594
2008-06-25 11:22:42 -0400
[
diff
] [
blame
]
1
#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