mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
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);
|
||
|
}
|