1 /*
2  * Copyright (c) 2015 Intel Corporation.
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /**
8  * Header file for the NS16550 UART
9  */
10 
11 #ifndef ZEPHYR_DRIVERS_SERIAL_UART_NS16550_H_
12 #define ZEPHYR_DRIVERS_SERIAL_UART_NS16550_H_
13 
14 #include <zephyr/drivers/serial/uart_ns16550.h>
15 
16 #warning this header is deprecated, include <zephyr/drivers/serial/uart_ns16550.h> instead
17 
18 #endif /* ZEPHYR_DRIVERS_SERIAL_UART_NS16550_H_ */
19