This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
RD_Software
/
linux-arkmicro
Segui
2
Vota
0
Forka
1
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
b012959d32
Rami (Branch)
Tag
luyuan
master
tianyouwei
weilai
zhonghong
linux-arkmicro
/
linux
/
arch
/
mips
/
boot
/
compressed
/
uart-prom.c
uart-prom.c
100 B
Cronologia
Originale
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-2.0
#include <asm/setup.h>
void putc(char c)
{
prom_putchar(c);
}