Gitiles
Code Review
Sign In
gerrit.twrp.me
/
android_bootable_recovery
/
3cacbfd6405d7a5dcf1e34b4c8628908ce2ff9d5
/
.
/
libblkid
/
include
/
crc64.h
blob: 40475d56f19a308cb097436b2f04f9270ef63496 [
file
] [
log
] [
blame
]
#ifndef
UTIL_LINUX_CRC64_H
#define
UTIL_LINUX_CRC64_H
#include
<sys/types.h>
#include
<stdint.h>
extern
uint64_t
crc64
(
uint64_t
seed
,
const
unsigned
char
*
data
,
size_t
len
);
#endif