xref: /openbmc/u-boot/arch/arm/mach-mediatek/init.h (revision 85e529fd)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2018 MediaTek Inc.
4  */
5 
6 #ifndef __MEDIATEK_INIT_H_
7 #define __MEDIATEK_INIT_H_
8 
9 extern int mtk_soc_early_init(void);
10 
11 #endif /* __MEDIATEK_INIT_H_ */
12