init macros
[my-code/kernel.git] / hello / hello-1.c
diff --git a/hello/hello-1.c b/hello/hello-1.c
new file mode 100644 (file)
index 0000000..63c883d
--- /dev/null
@@ -0,0 +1,6 @@
+/* hello world using init macros */
+
+#include <linux/module.h>
+#include <linux/kernel.h>
+
+