blob: 68f3e87ec57f3bf71b12b291c28b0cf243d6a688 [file] [log] [blame]
Clark Williamsafe61f62009-11-08 09:01:37 -06001#ifndef __DEBUGFS_H__
2#define __DEBUGFS_H__
3
Arnaldo Carvalho de Meloc168fbf2011-11-16 12:55:59 -02004const char *debugfs_find_mountpoint(void);
5int debugfs_valid_mountpoint(const char *debugfs);
Arnaldo Carvalho de Meloc168fbf2011-11-16 12:55:59 -02006char *debugfs_mount(const char *mountpoint);
Arnaldo Carvalho de Meloebf294b2011-11-16 14:03:07 -02007void debugfs_set_path(const char *mountpoint);
Clark Williamsafe61f62009-11-08 09:01:37 -06008
Arnaldo Carvalho de Meloebf294b2011-11-16 14:03:07 -02009extern char debugfs_mountpoint[];
10extern char tracing_events_path[];
11
Clark Williamsafe61f62009-11-08 09:01:37 -060012#endif /* __DEBUGFS_H__ */