mirror of https://gitee.com/openkylin/linux.git
8 lines
150 B
C
8 lines
150 B
C
|
#include <asm/mach-au1x00/au1000.h>
|
||
|
|
||
|
void putc(char c)
|
||
|
{
|
||
|
/* all current (Jan. 2010) in-kernel boards */
|
||
|
alchemy_uart_putchar(UART0_PHYS_ADDR, c);
|
||
|
}
|