Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_oneplus_msm8996
/
c0618533815d8d92b270f03c11042ea53a8045d2
/
.
/
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
);
}