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
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