Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
Rydia
/
linux-phytium
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
6793c0e942
Gałęzie
Tagi
master
linux-phytium
/
arch
/
mips
/
boot
/
compressed
/
uart-prom.c
uart-prom.c
100 B
Historia
Czysty
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: GPL-2.0
#include <asm/setup.h>
void putc(char c)
{
prom_putchar(c);
}