Browse Source

TEST PATCH

Govind Singh 9 years ago
commit
30268731cd
1 changed files with 7 additions and 0 deletions
  1. 7 0
      test.c

+ 7 - 0
test.c

@@ -0,0 +1,7 @@
+#include<linux/kernel.h>
+
+void main()
+{
+	printk("TEST COMMON GIT REPO\n");
+}
+}