renesas-scif.h 285 B

1234567891011
  1. /* SPDX-License-Identifier: BSD-2-Clause */
  2. /*
  3. * Copyright (C) 2022 Renesas Electronics Corporation
  4. */
  5. #ifndef __SERIAL_RENESAS_SCIF_H__
  6. #define __SERIAL_RENESAS_SCIF_H__
  7. int renesas_scif_init(unsigned long base, u32 in_freq, u32 baudrate);
  8. #endif /* __SERIAL_RENESAS_SCIF_H__ */