Merge tag 'powerpc-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / tools / perf / util / fncache.h
blobfe020beaefb1d7c7644f84dc63188db66918f18e
1 #ifndef _FCACHE_H
2 #define _FCACHE_H 1
4 unsigned shash(const unsigned char *s);
5 bool file_available(const char *name);
7 #endif