diff options
Diffstat (limited to 'tools/lib/api/fs/debugfs.h')
-rw-r--r-- | tools/lib/api/fs/debugfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/api/fs/debugfs.h b/tools/lib/api/fs/debugfs.h index 1074ac81358e..455023698d2b 100644 --- a/tools/lib/api/fs/debugfs.h +++ b/tools/lib/api/fs/debugfs.h | |||
@@ -11,6 +11,7 @@ | |||
11 | #define PERF_DEBUGFS_ENVIRONMENT "PERF_DEBUGFS_DIR" | 11 | #define PERF_DEBUGFS_ENVIRONMENT "PERF_DEBUGFS_DIR" |
12 | #endif | 12 | #endif |
13 | 13 | ||
14 | bool debugfs_configured(void); | ||
14 | const char *debugfs_find_mountpoint(void); | 15 | const char *debugfs_find_mountpoint(void); |
15 | char *debugfs_mount(const char *mountpoint); | 16 | char *debugfs_mount(const char *mountpoint); |
16 | 17 | ||