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 --- main.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main.h (limited to 'main.h') diff --git a/main.h b/main.h new file mode 100644 index 0000000..229e387 --- /dev/null +++ b/main.h @@ -0,0 +1,7 @@ +#ifndef _MAIN_H_ +#define _MAIN_H_ + +extern char *debugmsg; + +#endif + -- cgit v1.2.3