shakti-uart.h 284 B

1234567891011121314
  1. /*
  2. * SPDX-License-Identifier: BSD-2-Clause
  3. *
  4. * Copyright (c) 2020 Vijai Kumar K <vijai@behindbytes.com>
  5. */
  6. #ifndef __SERIAL_SHAKTI_UART_H__
  7. #define __SERIAL_SHAKTI_UART_H__
  8. #include <sbi/sbi_types.h>
  9. int shakti_uart_init(unsigned long base, u32 in_freq, u32 baudrate);
  10. #endif