Linux-6.18.2/tools/perf/util/fncache.h

7 lines
86 B
C
Raw Normal View History

2025-12-23 20:05:50 +08:00
#ifndef _FCACHE_H
#define _FCACHE_H 1
bool file_available(const char *name);
#endif