/** @file
|
SiFive U5 series UART header file. This is the wrapper file
|
of sifive-uart.h under opensib include/sbi_utils/serial.
|
|
Copyright (c) 2019, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
**/
|
#ifndef SIFIVE_U5_SERIES_UART_H_
|
#define SIFIVE_U5_SERIES_UART_H_
|
|
#include <include/sbi_utils/serial/sifive-uart.h>
|
|
#endif
|