diff options
Diffstat (limited to 'tools/perf/util/fncache.h')
-rw-r--r-- | tools/perf/util/fncache.h | 7 |
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 000000000..fe020beae --- /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 |