summaryrefslogtreecommitdiffstats
path: root/main.h
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2012-12-22 00:31:53 -0600
committerKyle Kaminski <kyle@kkaminsk.com>2012-12-22 00:31:53 -0600
commitadbfb7c71fe1e958a2a2397c7b88c3061043c54e (patch)
tree28743080d118905dd5199f382a2f535d39c5b20b /main.h
downloadkernelhello-adbfb7c71fe1e958a2a2397c7b88c3061043c54e.tar.gz
kernelhello-adbfb7c71fe1e958a2a2397c7b88c3061043c54e.tar.bz2
kernelhello-adbfb7c71fe1e958a2a2397c7b88c3061043c54e.zip
initial commit
this is a simple try of unuseful code in kernel space, debugfs is used to create a dir and a file
Diffstat (limited to 'main.h')
-rw-r--r--main.h7
1 files changed, 7 insertions, 0 deletions
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
+