blob: d4f21ba15a54d9ca07b47a6fc697dc234983d37f [file] [log] [blame]
/*
* Prototypes for io.c
*
* This work is licensed under the terms of the GNU GPL, version 2.
*/
#ifndef _POWERPC_IO_H_
#define _POWERPC_IO_H_
extern void io_init(void);
extern void putchar(int c);
#endif