This website works better with JavaScript
Home
Explore
Help
Sign In
samsung-sm8650
/
android_kernel_samsung_sm8650-modules
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
TEST PATCH
Govind Singh
9 years ago
commit
30268731cd
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
test.c
+ 7
- 0
test.c
View File
@@ -0,0 +1,7 @@
+#include<linux/kernel.h>
+
+void main()
+{
+ printk("TEST COMMON GIT REPO\n");
+}
+}