uart: ns16550: place header in correct spot
This is an application facing define, specific to this driver, for the public uart_drv_cmd() API. Put it with public headers. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
e88752f5fe
commit
743677d743
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
#include <pci/pci_mgr.h>
|
||||
#endif /* CONFIG_PCI */
|
||||
|
||||
#include "uart_ns16550.h"
|
||||
#include <drivers/serial/uart_ns16550.h>
|
||||
|
||||
/* register definitions */
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file Header file for the NS16550 UART
|
||||
* Header file for the NS16550 UART
|
||||
*/
|
||||
|
||||
#ifndef ZEPHYR_DRIVERS_SERIAL_UART_NS16550_H_
|
Loading…
Add table
Add a link
Reference in a new issue