1 #ifndef __API_DEBUGFS_H__
2 #define __API_DEBUGFS_H__
8 * On most systems <limits.h> would have given us this, but not on some systems
16 #define DEBUGFS_MAGIC 0x64626720
19 #ifndef PERF_DEBUGFS_ENVIRONMENT
20 #define PERF_DEBUGFS_ENVIRONMENT "PERF_DEBUGFS_DIR"
23 const char *debugfs_find_mountpoint(void);
24 int debugfs_valid_mountpoint(const char *debugfs
);
25 char *debugfs_mount(const char *mountpoint
);
27 extern char debugfs_mountpoint
[];
29 #endif /* __API_DEBUGFS_H__ */