hc
2024-03-22 a0752693d998599af469473b8dc239ef973a012f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** @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