xref: /linux/tools/perf/util/fncache.h (revision f07f91a36090b54076e89b46f159ea3a4b77fb2b)
1 #ifndef _FCACHE_H
2 #define _FCACHE_H 1
3 
4 bool file_available(const char *name);
5 
6 #endif
7