Kernel  |  2.6.39

下载     查看原文件
C++程序  |  8行  |  150 B
#include <asm/mach-au1x00/au1000.h>

void putc(char c)
{
	/* all current (Jan. 2010) in-kernel boards */
	alchemy_uart_putchar(UART0_PHYS_ADDR, c);
}