]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/mips/boot/compressed/uart-prom.c
UBUNTU: Ubuntu-5.4.0-117.132
[mirror_ubuntu-focal-kernel.git] / arch / mips / boot / compressed / uart-prom.c
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
5c93316c 2#include <asm/setup.h>
dbb98314
AB
3
4void putc(char c)
5{
6 prom_putchar(c);
7}