projects
/
fio.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
gfio: add trim UI support
[fio.git]
/
crc
/
crc64.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#ifndef CRC64_H
2
#define CRC64_H
3
4
unsigned long long fio_crc64(const unsigned char *, unsigned long);
5
6
#endif