This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
GfA
/
linux_kernel
Vigiar
5
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
master
Ramos
Etiquetas
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
100 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-2.0
#include <asm/setup.h>
void putc(char c)
{
prom_putchar(c);
}