DEBSOURCES
Skip Quicknav
sources / linux / 6.12.43-1 / arch / mips / boot / compressed / uart-prom.c
123456789
// SPDX-License-Identifier: GPL-2.0 #include <asm/setup.h> #include "decompress.h" void putc(char c) { prom_putchar(c); }