~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: bfa246b428bcbdce9068bef3b758c384dc41fe26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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_ */