TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
linux.git
/
157378f43faad830e4aa3815bde5fa9f9a9f5be6
/
.
/
tools
/
perf
/
util
/
fncache.h
blob: fe020beaefb1d7c7644f84dc63188db66918f18e [
file
] [
log
] [
blame
]
Olivier Deprez
157378f
2022-04-04 15:47:50 +0200
[
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