aboutsummaryrefslogtreecommitdiffstats
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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/util/fncache.h b/tools/perf/util/fncache.h
new file mode 100644
index 000000000000..fe020beaefb1
--- /dev/null
+++ b/tools/perf/util/fncache.h
@@ -0,0 +1,7 @@
+#ifndef _FCACHE_H
+#define _FCACHE_H 1
+
+unsigned shash(const unsigned char *s);
+bool file_available(const char *name);
+
+#endif