blob: 1d896fbbf7e20736c3ffda71621b4b2904cfcdb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (C) 2018 MediaTek Inc.
*/
#ifndef __MEDIATEK_INIT_H_
#define __MEDIATEK_INIT_H_
extern int mtk_soc_early_init(void);
#endif /* __MEDIATEK_INIT_H_ */
|