Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <asm/setup.h>
0003 
0004 void putc(char c)
0005 {
0006     prom_putchar(c);
0007 }