summaryrefslogtreecommitdiffstats
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 @@
+#ifndef __PERF_FS
+#define __PERF_FS
+
+const char *sysfs__mountpoint(void);
+const char *procfs__mountpoint(void);
+
+#endif /* __PERF_FS */