]> Git Repo - J-linux.git/blob - arch/mips/boot/compressed/uart-prom.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / mips / boot / compressed / uart-prom.c
1 // SPDX-License-Identifier: GPL-2.0
2 #include <asm/setup.h>
3
4 #include "decompress.h"
5
6 void putc(char c)
7 {
8         prom_putchar(c);
9 }
This page took 0.026328 seconds and 4 git commands to generate.