mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
6 lines
109 B
C
6 lines
109 B
C
#include <asm/mach-au1x00/au1000.h>
|
|
|
|
void putc(char c)
|
|
{
|
|
alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c);
|
|
}
|