Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
059e58f6f3db8f563c7fef860b69c4e148f397ae
/
.
/
arch
/
mips
/
boot
/
compressed
/
uart-alchemy.c
blob: eb063e6dead923b2a26077b5c4262e5fd0c53a31 [
file
] [
log
] [
blame
]
#include
<asm/mach-au1x00/au1000.h>
void
putc
(
char
c
)
{
/* all current (Jan. 2010) in-kernel boards */
alchemy_uart_putchar
(
AU1000_UART0_PHYS_ADDR
,
c
);
}