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
Merge tag 'powerpc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git]
/
arch
/
mips
/
boot
/
compressed
/
uart-prom.c
blob
1c3d51bc90bb8b6f800261f5976e101830b8cae3
1
2
extern
void
prom_putchar
(
unsigned char
ch
);
3
4
void
putc
(
char
c
)
5
{
6
prom_putchar
(
c
);
7
}