diff options
Diffstat (limited to 'tools/perf/util/fs.h')
-rw-r--r-- | tools/perf/util/fs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/util/fs.h b/tools/perf/util/fs.h new file mode 100644 index 000000000000..082edbd2159b --- /dev/null +++ b/tools/perf/util/fs.h @@ -0,0 +1,6 @@ +#ifndef __PERF_FS +#define __PERF_FS + +const char *sysfs_find_mountpoint(void); + +#endif /* __PERF_FS */ |