GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / mips / boot / compressed / uart-alchemy.c
blob1bff22fa089bc08ef1432aaa3270d0c0ae364470
1 #include <asm/mach-au1x00/au1000.h>
3 void putc(char c)
5 /* all current (Jan. 2010) in-kernel boards */
6 alchemy_uart_putchar(UART0_PHYS_ADDR, c);