From adbfb7c71fe1e958a2a2397c7b88c3061043c54e Mon Sep 17 00:00:00 2001 From: Kyle K Date: Sat, 22 Dec 2012 00:31:53 -0600 Subject: initial commit this is a simple try of unuseful code in kernel space, debugfs is used to create a dir and a file --- debug.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 debug.h (limited to 'debug.h') diff --git a/debug.h b/debug.h new file mode 100644 index 0000000..1b973bf --- /dev/null +++ b/debug.h @@ -0,0 +1,10 @@ +#ifndef _DEBUG_H_ +#define _DEBUG_H_ + +struct dentry; + +int debug_init(struct dentry **, struct dentry **); +int debug_destroy(struct dentry *, struct dentry *); + +#endif + -- cgit v1.2.3