2019-09-04 14:01:48 +08:00
|
|
|
/*
|
|
|
|
* Project Acrn
|
|
|
|
* Acrn-dm-pty
|
|
|
|
*
|
2022-07-13 09:21:24 +08:00
|
|
|
* Copyright (C) 2019-2022 Intel Corporation.
|
2019-09-04 14:01:48 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __PTY_H__
|
|
|
|
#define __PTY_H__
|
|
|
|
|
|
|
|
int pty_open_virtual_uart(const char *dev_name);
|
|
|
|
|
|
|
|
#endif
|