xref: /kvm-unit-tests/lib/powerpc/io.h (revision 1d4fa329a31388063d679e8c831339f42ff4ceb3)
14ff26ec5SThomas Huth /*
24ff26ec5SThomas Huth  * Prototypes for io.c
34ff26ec5SThomas Huth  *
44ff26ec5SThomas Huth  * This work is licensed under the terms of the GNU GPL, version 2.
54ff26ec5SThomas Huth  */
64ff26ec5SThomas Huth 
7*1d4fa329SCornelia Huck #ifndef _POWERPC_IO_H_
8*1d4fa329SCornelia Huck #define _POWERPC_IO_H_
9*1d4fa329SCornelia Huck 
104ff26ec5SThomas Huth extern void io_init(void);
114ff26ec5SThomas Huth extern void putchar(int c);
12*1d4fa329SCornelia Huck 
13*1d4fa329SCornelia Huck #endif
14