aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/fs.h')
-rw-r--r--tools/perf/util/fs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/util/fs.h b/tools/perf/util/fs.h
new file mode 100644
index 000000000000..5e09ce1bab0e
--- /dev/null
+++ b/tools/perf/util/fs.h
@@ -0,0 +1,7 @@
1#ifndef __PERF_FS
2#define __PERF_FS
3
4const char *sysfs__mountpoint(void);
5const char *procfs__mountpoint(void);
6
7#endif /* __PERF_FS */