M7350/kernel/arch/mips/boot/compressed/uart-alchemy.c

7 lines
109 B
C
Raw Permalink Normal View History

2024-09-09 08:52:07 +00:00
#include <asm/mach-au1x00/au1000.h>
void putc(char c)
{
alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c);
}