Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
7f016b35ca7623c71b31facdde080e8ce171a697
/
.
/
tools
/
perf
/
util
/
fncache.h
blob: fe020beaefb1d7c7644f84dc63188db66918f18e [
file
] [
log
] [
blame
]
Andi Kleen
d966458
2019-11-20 16:15:11 -0800
[
diff
] [
blame
]
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