os-core/kernel/device/uart/uart_qemu.h

23 lines
592 B
C
Raw Normal View History

2019-05-29 11:10:01 +02:00
/******************************************************************************
*
* Copyright (c) 2017-2019 by Löwenware Ltd
* Please, refer LICENSE file for legal information
*
******************************************************************************/
/**
2019-12-01 22:57:02 +01:00
* @file uart_qemu.h
2019-05-29 11:10:01 +02:00
* @author Ilja Kartašov <ik@lowenware.com>
* @brief
*
* @see https://lowenware.com/
*/
2019-12-01 22:57:02 +01:00
#ifndef UART_QEMU_H_EDB39A0E_9BED_4A47_91CD_E804A9B4E8ED
#define UART_QEMU_H_EDB39A0E_9BED_4A47_91CD_E804A9B4E8ED
2019-05-29 11:10:01 +02:00
2019-12-01 22:57:02 +01:00
int
uart_qemu_write(unsigned char c);
2019-05-29 11:10:01 +02:00
2019-12-01 22:57:02 +01:00
#endif /* !UART_QEMU_H */