SmartAudio/lichee/linux-4.9/arch/mips/boot/compressed/uart-alchemy.c

7 lines
109 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#include <asm/mach-au1x00/au1000.h>
void putc(char c)
{
alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c);
}