repo.or.cz
/
linux-2.6
/
cjktty.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
[linux-2.6/cjktty.git]
/
include
/
linux
/
crc-t10dif.h
blob
a9c96d865ee7144b577afc3752c0a1a94cd95e11
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