repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
mips
/
boot
/
compressed
/
uart-prom.c
blob
a8a0a32e05d1b3139f6b108556ae75d6694d21ec
1
// SPDX-License-Identifier: GPL-2.0
2
#include <asm/setup.h>
3
4
void
putc
(
char
c
)
5
{
6
prom_putchar
(
c
);
7
}