SifiveU5Uart.h 450 B

12345678910111213141516
  1. /** @file
  2. SiFive U5 series UART header file. This is the wrapper file
  3. of sifive-uart.h under opensib include/sbi_utils/serial.
  4. Copyright (c) 2019, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
  5. SPDX-License-Identifier: BSD-2-Clause-Patent
  6. **/
  7. #ifndef SIFIVE_U5_SERIES_UART_H_
  8. #define SIFIVE_U5_SERIES_UART_H_
  9. #include <include/sbi/riscv_io.h>
  10. #include <include/sbi_utils/serial/sifive-uart.h>
  11. #endif