1 2 3 4 5 6 7 8 9 10 11
#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