uboot/arch/mips/mach-mtmips/include/mach/serial.h
<<
>>
Prefs
   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
   8#ifndef _MTMIPS_SERIAL_H_
   9#define _MTMIPS_SERIAL_H_
  10
  11void mtmips_spl_serial_init(void);
  12
  13#endif /* _MTMIPS_SERIAL_H_ */
  14