repo.or.cz
/
drm
/
drm-misc.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 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.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