blob: 63b1455dceee5b9174bd40e3289633f731378a03 [file] [log] [blame]
Kyösti Mälkki03731d72014-02-02 19:12:14 +02001#ifndef _QEMU_DEBUGCON_H_
2#define _QEMU_DEBUGCON_H_
3
4void qemu_debugcon_init(void);
5void qemu_debugcon_tx_byte(unsigned char data);
6
7#endif