repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcrc32c: Move implementation to crypto crc32c
[linux-2.6/mini2440.git]
/
include
/
linux
/
crc32c.h
blob
66fa8ff795ec5431fae513c0886ae56c47a6ec6e
1
#ifndef _LINUX_CRC32C_H
2
#define _LINUX_CRC32C_H
3
4
#include <linux/types.h>
5
6
extern
u32
crc32c
(
u32 crc
,
const void
*
address
,
unsigned int
length
);
7
8
#endif
/* _LINUX_CRC32C_H */