2016-01-07 01:17:03 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2015 Intel Corporation.
|
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-01-07 01:17:03 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
/**
|
2019-02-23 05:03:38 +08:00
|
|
|
* Header file for the NS16550 UART
|
2016-01-07 01:17:03 +08:00
|
|
|
*/
|
|
|
|
|
2018-09-15 01:43:44 +08:00
|
|
|
#ifndef ZEPHYR_DRIVERS_SERIAL_UART_NS16550_H_
|
|
|
|
#define ZEPHYR_DRIVERS_SERIAL_UART_NS16550_H_
|
2016-01-07 01:17:03 +08:00
|
|
|
|
|
|
|
#define CMD_SET_DLF 0x01
|
|
|
|
|
2018-09-15 01:43:44 +08:00
|
|
|
#endif /* ZEPHYR_DRIVERS_SERIAL_UART_NS16550_H_ */
|