#ifndef _HELLODEBUG_H_ #define _HELLODEBUG_H_ struct dentry; int hello_debugfs_init(struct dentry **, struct dentry **); int hello_debugfs_destroy(struct dentry *, struct dentry *); int hello_read_procmem(char *, char **, off_t, int, int *, void *); #endif