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