summaryrefslogtreecommitdiff
path: root/tools/perf/util/fncache.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/fncache.h')
-rw-r--r--tools/perf/util/fncache.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/fncache.h b/tools/perf/util/fncache.h
new file mode 100644
index 000000000000..b6a0f209493e
--- /dev/null
+++ b/tools/perf/util/fncache.h
@@ -0,0 +1,6 @@
+#ifndef _FCACHE_H
+#define _FCACHE_H 1
+
+bool file_available(const char *name);
+
+#endif