diff options
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 |