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