blob: 63b1455dceee5b9174bd40e3289633f731378a03 [file] [log] [blame]
#ifndef _QEMU_DEBUGCON_H_
#define _QEMU_DEBUGCON_H_
void qemu_debugcon_init(void);
void qemu_debugcon_tx_byte(unsigned char data);
#endif