blob: a8a0a32e05d1b3139f6b108556ae75d6694d21ec [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001// SPDX-License-Identifier: GPL-2.0
2#include <asm/setup.h>
3
4void putc(char c)
5{
6 prom_putchar(c);
7}