Manuel Lauss | aae7e8d | 2010-01-13 18:46:58 +0100 | [diff] [blame] | 1 | #include <asm/mach-au1x00/au1000.h> |
2 | |||||
3 | void putc(char c) | ||||
4 | { | ||||
Manuel Lauss | 8013020 | 2011-05-08 10:42:17 +0200 | [diff] [blame] | 5 | alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c); |
Manuel Lauss | aae7e8d | 2010-01-13 18:46:58 +0100 | [diff] [blame] | 6 | } |