tegrakernel/kernel/kernel-4.9/arch/mips/boot/compressed/uart-alchemy.c

7 lines
109 B
C
Raw Normal View History

2022-02-16 09:13:02 -06:00
#include <asm/mach-au1x00/au1000.h>
void putc(char c)
{
alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c);
}