diff options
Diffstat (limited to 'tools/perf/util/fs.h')
-rw-r--r-- | tools/perf/util/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/fs.h b/tools/perf/util/fs.h index a7561c83c33c..5e09ce1bab0e 100644 --- a/tools/perf/util/fs.h +++ b/tools/perf/util/fs.h @@ -2,5 +2,6 @@ #define __PERF_FS const char *sysfs__mountpoint(void); +const char *procfs__mountpoint(void); #endif /* __PERF_FS */ |