summaryrefslogtreecommitdiffstats
path: root/debug.h
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2012-12-24 12:53:20 -0600
committerKyle Kaminski <kyle@kkaminsk.com>2012-12-24 12:53:20 -0600
commit0d9aff9bd305d18625c322a1a891aba278049862 (patch)
tree274aa52bf311107232488fb3f924cef316cfcb28 /debug.h
parentf0531d88e958b5fa77f8dc9bb34e697e872aeba9 (diff)
downloadkernelhello-0d9aff9bd305d18625c322a1a891aba278049862.tar.gz
kernelhello-0d9aff9bd305d18625c322a1a891aba278049862.tar.bz2
kernelhello-0d9aff9bd305d18625c322a1a891aba278049862.zip
spawn char device at /dev/, implement read
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