diff options
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ 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 |