2015-04-11 07:44:37 +08:00
|
|
|
/*
|
2019-06-26 03:54:01 +08:00
|
|
|
* Copyright (c) 2019 Intel Corporation
|
2015-04-11 07:44:37 +08:00
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2015-04-11 07:44:37 +08:00
|
|
|
*/
|
2018-09-15 01:43:44 +08:00
|
|
|
#ifndef ZEPHYR_INCLUDE_UART_H_
|
|
|
|
#define ZEPHYR_INCLUDE_UART_H_
|
2015-04-11 07:44:37 +08:00
|
|
|
|
2019-06-26 03:54:01 +08:00
|
|
|
#ifndef CONFIG_COMPAT_INCLUDES
|
|
|
|
#warning "This header file has moved, include <drivers/uart.h> instead."
|
2015-08-06 03:13:36 +08:00
|
|
|
#endif
|
|
|
|
|
2019-06-26 03:54:01 +08:00
|
|
|
#include <drivers/uart.h>
|
2017-10-27 04:24:34 +08:00
|
|
|
|
2018-09-15 01:43:44 +08:00
|
|
|
#endif /* ZEPHYR_INCLUDE_UART_H_ */
|