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