8 lines
140 B
C
8 lines
140 B
C
|
#ifndef _QEMU_DEBUGCON_H_
|
||
|
#define _QEMU_DEBUGCON_H_
|
||
|
|
||
|
void qemu_debugcon_init(void);
|
||
|
void qemu_debugcon_tx_byte(unsigned char data);
|
||
|
|
||
|
#endif
|