#ifndef _QEMU_DEBUGCON_H_ #define _QEMU_DEBUGCON_H_ void qemu_debugcon_init(void); void qemu_debugcon_tx_byte(unsigned char data); #endif