summaryrefslogtreecommitdiffstats
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index b82662a..69c7830 100644
--- a/debug.h
+++ b/debug.h
@@ -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