repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
tools
/
perf
/
util
/
fncache.h
blob
fe020beaefb1d7c7644f84dc63188db66918f18e
1
#ifndef _FCACHE_H
2
#define _FCACHE_H 1
3
4
unsigned
shash
(
const unsigned char
*
s
);
5
bool
file_available
(
const char
*
name
);
6
7
#endif