diff options
author | Kyle K <kylek389@gmail.com> | 2012-12-24 12:53:20 -0600 |
---|---|---|
committer | Kyle Kaminski <kyle@kkaminsk.com> | 2012-12-24 12:53:20 -0600 |
commit | 0d9aff9bd305d18625c322a1a891aba278049862 (patch) | |
tree | 274aa52bf311107232488fb3f924cef316cfcb28 /debug.h | |
parent | f0531d88e958b5fa77f8dc9bb34e697e872aeba9 (diff) | |
download | kernelhello-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.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |