xref: /kvm-unit-tests/lib/powerpc/io.h (revision 80a6d74f7b3e42e9148479a6e0c56c2b36ec3924)
1 /*
2  * Prototypes for io.c
3  *
4  * This work is licensed under the terms of the GNU GPL, version 2.
5  */
6 
7 #ifndef _POWERPC_IO_H_
8 #define _POWERPC_IO_H_
9 
10 extern void io_init(void);
11 extern void putchar(int c);
12 
13 #endif
14