Please enable JavaScript in your browser!
Halaman utama
Jelajahi
Bantuan
Masuk
Rydia
/
linux-phytium
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Pohon:
6793c0e942
Ranting
Tag
master
linux-phytium
/
arch
/
mips
/
boot
/
compressed
/
uart-prom.c
uart-prom.c
100 B
Riwayat
Mentahan
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);
}