summaryrefslogtreecommitdiffstats
path: root/debug.h
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2013-01-22 21:24:28 -0600
committerKyle Kaminski <kyle@kkaminsk.com>2013-01-22 21:24:28 -0600
commit8fdd43b49af70fd8712116b31010c032301a96b4 (patch)
tree0c26a12a33b77ca6ff79ca64b99e3ebb42c62b6b /debug.h
parent9618a5e3d3104dc92223f7a51283e603cce31628 (diff)
downloadkernelhello-8fdd43b49af70fd8712116b31010c032301a96b4.tar.gz
kernelhello-8fdd43b49af70fd8712116b31010c032301a96b4.tar.bz2
kernelhello-8fdd43b49af70fd8712116b31010c032301a96b4.zip
place a simple /proc, support debug build with Makefile
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