serial.h 255 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2020 MediaTek Inc.
  4. *
  5. * Author: Weijie Gao <weijie.gao@mediatek.com>
  6. */
  7. #ifndef _MTMIPS_SERIAL_H_
  8. #define _MTMIPS_SERIAL_H_
  9. void mtmips_spl_serial_init(void);
  10. #endif /* _MTMIPS_SERIAL_H_ */