This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
samsung-sm8650
/
android_kernel_samsung_sm8650-modules
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
TEST PATCH
Govind Singh
9 lat temu
commit
30268731cd
1 zmienionych plików
z
7 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
7
0
test.c
+ 7
- 0
test.c
Wyświetl plik
@@ -0,0 +1,7 @@
+#include<linux/kernel.h>
+
+void main()
+{
+ printk("TEST COMMON GIT REPO\n");
+}
+}