aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/fncache.h
blob: fe020beaefb1d7c7644f84dc63188db66918f18e (plain) (blame)
1
2
3
4
5
6
7
#ifndef _FCACHE_H
#define _FCACHE_H 1

unsigned shash(const unsigned char *s);
bool file_available(const char *name);

#endif