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
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