zephyr/include/tty.h

16 lines
322 B
C
Raw Normal View History

/*
* Copyright (c) 2019 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_TTY_H_
#define ZEPHYR_INCLUDE_TTY_H_
#ifndef CONFIG_COMPAT_INCLUDES
#warning "This header file has moved, include <console/tty.h> instead."
#endif
#include <console/tty.h>
#endif /* ZEPHYR_INCLUDE_TTY_H_ */