blob: bfa246b428bcbdce9068bef3b758c384dc41fe26 [file] [log] [blame]
developer19d572e2020-04-21 09:28:47 +02001/* 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_ */