blob: 5fa3b99453338e3222350484e4d92e7dd1acaa40 [file] [log] [blame]
// SPDX-License-Identifier: GPL-2.0
#include <asm/setup.h>
#include "decompress.h"
void putc(char c)
{
prom_putchar(c);
}