projects
/
fio.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Replace redundant TD_F_NOIO flag with td->io_ops_init
[fio.git]
/
crc
/
crc64.h
Commit
Line
Data
d77a7af3
JA
1
#ifndef CRC64_H
2
#define CRC64_H
3
25dfa848
4
unsigned long long fio_crc64(const unsigned char *, unsigned long);
d77a7af3
JA
5
6
#endif