This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
GfA
/
linux_kernel
Suivre
5
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
ae65a26dd3
Branches
Tags
master
v4.14.9-bone-rt-r12
v4.4.104-bone-rt-r21
v4.4.145-bone23
linux_kernel
/
arch
/
mips
/
boot
/
compressed
/
uart-prom.c
uart-prom.c
86 B
Historique
Raw
1
2
3
4
5
6
7
extern void prom_putchar(unsigned char ch);
void putc(char c)
{
prom_putchar(c);
}