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