Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
[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