diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/console/qemu_debugcon.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/console/qemu_debugcon.h b/src/include/console/qemu_debugcon.h new file mode 100644 index 0000000000..63b1455dce --- /dev/null +++ b/src/include/console/qemu_debugcon.h @@ -0,0 +1,7 @@ +#ifndef _QEMU_DEBUGCON_H_ +#define _QEMU_DEBUGCON_H_ + +void qemu_debugcon_init(void); +void qemu_debugcon_tx_byte(unsigned char data); + +#endif |