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-alchemy.c
blob
8ec63011e7dcf0030fe8e429d7bd8c10a5440df9
1
// SPDX-License-Identifier: GPL-2.0
2
#include <asm/mach-au1x00/au1000.h>
3
4
void
putc
(
char
c
)
5
{
6
alchemy_uart_putchar
(
AU1000_UART0_PHYS_ADDR
,
c
);
7
}