mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
14 lines
255 B
C
14 lines
255 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (C) 2020 MediaTek Inc.
|
||
|
*
|
||
|
* Author: Weijie Gao <weijie.gao@mediatek.com>
|
||
|
*/
|
||
|
|
||
|
#ifndef _MTMIPS_SERIAL_H_
|
||
|
#define _MTMIPS_SERIAL_H_
|
||
|
|
||
|
void mtmips_spl_serial_init(void);
|
||
|
|
||
|
#endif /* _MTMIPS_SERIAL_H_ */
|