Please enable JavaScript in your browser!
Home
Verkennen
Help
Inloggen
Rydia
/
linux-phytium
Volgen
1
Ster
0
Vork
0
Bestanden
Kwesties
0
Pull-aanvragen
0
Wiki
Boom:
6793c0e942
Aftakkingen
Labels
master
linux-phytium
/
arch
/
mips
/
boot
/
compressed
/
uart-prom.c
uart-prom.c
100 B
Geschiedenis
Ruwe
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);
}