From 8fdd43b49af70fd8712116b31010c032301a96b4 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Tue, 22 Jan 2013 21:24:28 -0600 Subject: place a simple /proc, support debug build with Makefile --- debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'debug.h') 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 -- cgit v1.2.3