Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f11f594edba7f689af9792a5673ed59d660ad371
/
.
/
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