Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
69c35efcf1576ab5f00cba83e8ca740923afb6c9
/
.
/
include
/
linux
/
crc32c.h
blob: 66fa8ff795ec5431fae513c0886ae56c47a6ec6e [
file
] [
log
] [
blame
]
#ifndef
_LINUX_CRC32C_H
#define
_LINUX_CRC32C_H
#include
<linux/types.h>
extern
u32 crc32c
(
u32 crc
,
const
void
*
address
,
unsigned
int
length
);
#endif
/* _LINUX_CRC32C_H */