#ifndef _HELLODEBUG_H_ #define _HELLODEBUG_H_ struct dentry; int hello_debugfs_init(struct dentry **, struct dentry **); int hello_debugfs_destroy(struct dentry *, struct dentry *); #endif