Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
Rydia
/
linux-phytium
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
6793c0e942
Branches
Tags
master
linux-phytium
/
arch
/
mips
/
boot
/
compressed
/
uart-prom.c
uart-prom.c
100 B
Historique
Raw
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);
}