Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
Rydia
/
linux-phytium
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
6793c0e942
Rami (Branch)
Tag
master
linux-phytium
/
arch
/
mips
/
boot
/
compressed
/
uart-prom.c
uart-prom.c
100 B
Cronologia
Originale
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);
}