diff options
Diffstat (limited to 'tools/lib/api/fs/debugfs.h')
-rw-r--r-- | tools/lib/api/fs/debugfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lib/api/fs/debugfs.h b/tools/lib/api/fs/debugfs.h index f19d3df9609d..afa5043fec61 100644 --- a/tools/lib/api/fs/debugfs.h +++ b/tools/lib/api/fs/debugfs.h | |||
@@ -26,4 +26,6 @@ char *debugfs_mount(const char *mountpoint); | |||
26 | 26 | ||
27 | extern char debugfs_mountpoint[]; | 27 | extern char debugfs_mountpoint[]; |
28 | 28 | ||
29 | int debugfs__strerror_open(int err, char *buf, size_t size); | ||
30 | |||
29 | #endif /* __API_DEBUGFS_H__ */ | 31 | #endif /* __API_DEBUGFS_H__ */ |