Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
9439caafa33e59bf166eefaf39d9d241576dc119
/
.
/
arch
/
mips
/
boot
/
compressed
/
uart-alchemy.c
blob: 4bee55b93f6a2fc2416ff0aa7ec0424a44ca1572 [
file
] [
log
] [
blame
]
#include
<asm/mach-au1x00/au1000.h>
void
putc
(
char
c
)
{
alchemy_uart_putchar
(
AU1000_UART0_PHYS_ADDR
,
c
);
}