repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
accel/ivpu: Move recovery work to system_unbound_wq
[drm/drm-misc.git]
/
arch
/
mips
/
boot
/
compressed
/
uart-prom.c
blob
5fa3b99453338e3222350484e4d92e7dd1acaa40
1
// SPDX-License-Identifier: GPL-2.0
2
#include <asm/setup.h>
3
4
#include
"decompress.h"
5
6
void
putc
(
char
c
)
7
{
8
prom_putchar
(
c
);
9
}