summaryrefslogtreecommitdiffstats
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/debug.h b/debug.h
index 1b973bf..b82662a 100644
--- a/debug.h
+++ b/debug.h
@@ -1,10 +1,10 @@
-#ifndef _DEBUG_H_
-#define _DEBUG_H_
+#ifndef _HELLODEBUG_H_
+#define _HELLODEBUG_H_
struct dentry;
-int debug_init(struct dentry **, struct dentry **);
-int debug_destroy(struct dentry *, struct dentry *);
+int hello_debugfs_init(struct dentry **, struct dentry **);
+int hello_debugfs_destroy(struct dentry *, struct dentry *);
#endif