WIP FPC-III support
[linux/fpc-iii.git] / arch / mips / boot / compressed / uart-prom.c
bloba8a0a32e05d1b3139f6b108556ae75d6694d21ec
1 // SPDX-License-Identifier: GPL-2.0
2 #include <asm/setup.h>
4 void putc(char c)
6 prom_putchar(c);