2018-11-12 17:59:27 +08:00
|
|
|
/*
|
2019-06-26 00:08:50 +08:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2018-11-12 17:59:27 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
#ifndef ZEPHYR_INCLUDE_TTY_H_
|
|
|
|
#define ZEPHYR_INCLUDE_TTY_H_
|
|
|
|
|
2019-06-26 00:08:50 +08:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <console/tty.h> instead."
|
2018-11-12 17:59:27 +08:00
|
|
|
#endif
|
|
|
|
|
2019-06-26 00:08:50 +08:00
|
|
|
#include <console/tty.h>
|
2018-11-12 17:59:27 +08:00
|
|
|
|
|
|
|
#endif /* ZEPHYR_INCLUDE_TTY_H_ */
|