gaisler-uart.h 333 B

1234567891011121314151617
  1. /*
  2. * SPDX-License-Identifier: BSD-2-Clause
  3. *
  4. * Copyright (c) 2021 Cobham Gaisler AB.
  5. *
  6. * Authors:
  7. * Daniel Cederman <cederman@gaisler.com>
  8. */
  9. #ifndef __SERIAL_GAISLER_APBUART_H__
  10. #define __SERIAL_GAISLER_APBUART_H__
  11. #include <sbi/sbi_types.h>
  12. int gaisler_uart_init(unsigned long base, u32 in_freq, u32 baudrate);
  13. #endif