summaryrefslogtreecommitdiff
path: root/gxp-debugfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'gxp-debugfs.h')
-rw-r--r--gxp-debugfs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gxp-debugfs.h b/gxp-debugfs.h
index 4b42546..6ea8688 100644
--- a/gxp-debugfs.h
+++ b/gxp-debugfs.h
@@ -9,7 +9,12 @@
#include "gxp-internal.h"
+/*
+ * Creates the GXP debug FS directory and assigns to @gxp->d_entry.
+ * On failure a warning is logged and @gxp->d_entry is NULL.
+ */
+void gxp_create_debugdir(struct gxp_dev *gxp);
void gxp_create_debugfs(struct gxp_dev *gxp);
-void gxp_remove_debugfs(struct gxp_dev *gxp);
+void gxp_remove_debugdir(struct gxp_dev *gxp);
#endif /* __GXP_DEBUGFS_H__ */